Skip to content

Commit

Permalink
Merge pull request #198 from spacemeshos/challenge-verifying-svc
Browse files Browse the repository at this point in the history
Return nodeID from VerifyChallenge
  • Loading branch information
poszu authored Nov 25, 2022
2 parents 15e727c + 887b412 commit e085019
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
24 changes: 17 additions & 7 deletions release/go/spacemesh/v1/gateway_types.pb.go

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

1 change: 1 addition & 0 deletions spacemesh/v1/gateway_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ message VerifyChallengeRequest {

message VerifyChallengeResponse {
bytes hash = 1;
bytes node_id = 2;
}

0 comments on commit e085019

Please sign in to comment.