Skip to content

Commit

Permalink
Merge pull request #124 from helium/andymck/poc-grpc-plus-vals-as-chall
Browse files Browse the repository at this point in the history
Andymck/poc grpc plus vals as chall
  • Loading branch information
andymck authored Mar 21, 2022
2 parents d752b74 + 5e66343 commit 9ac2d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockchain_block_v1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message blockchain_seen_vote_v1 {
}

message blockchain_poc_key {
uint32 pos = 1;
bytes address = 1;
bytes key = 2;
}

Expand Down

0 comments on commit 9ac2d99

Please sign in to comment.