Skip to content

Commit

Permalink
Regenerate code after changing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Oct 18, 2023
1 parent 7f526f8 commit 4057559
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions release/go/spacemesh/v1/post_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion spacemesh/v1/post.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package spacemesh.v1;
// PostService is used by dedicated PoST nodes to interact with the spacemesh
// node.
service PostService {
// Register is a bi-directional stream allows a dedicated PoST node to connect to the spacemesh node.
// Register is a bi-directional stream that allows a dedicated PoST node to connect to the spacemesh node.
// The node will send NodeRequets to PoST and the service will respond with ServiceResponses.
rpc Register(stream ServiceResponse) returns (stream NodeRequest);
}

0 comments on commit 4057559

Please sign in to comment.