Skip to content

Commit

Permalink
query smesher id by hex
Browse files Browse the repository at this point in the history
  • Loading branch information
countvonzero committed Aug 16, 2023
1 parent 799e2a2 commit 03b178b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 57 deletions.
95 changes: 41 additions & 54 deletions release/go/spacemesh/v1/mesh_types.pb.go

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

5 changes: 2 additions & 3 deletions spacemesh/v1/mesh_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ message EpochStreamResponse {
}

message MalfeasanceRequest {
SmesherId smesher = 1;
string smesher_hex = 2;
bool include_proof = 3;
string smesher_hex = 1;
bool include_proof = 2;
}

message MalfeasanceResponse {
Expand Down

0 comments on commit 03b178b

Please sign in to comment.