Skip to content

Commit

Permalink
forgot a ;
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Jan 29, 2024
1 parent 1ef395c commit 641f931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2psentinel/sentinel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ service Sentinel {
rpc RewardPeer(Peer) returns(EmptyMessage);
rpc PublishGossip(GossipData) returns(EmptyMessage);
rpc UpdateEnr(EnrEntry) returns(EmptyMessage);
rpc GetNodeInfo(EmptyMessage) returns (NodeData)
rpc GetNodeInfo(EmptyMessage) returns (NodeData);
}

0 comments on commit 641f931

Please sign in to comment.