Skip to content

Commit

Permalink
support poc keys in val hb proto
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Mar 15, 2022
1 parent 159da29 commit 5920152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blockchain_txn_validator_heartbeat_v1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ message blockchain_txn_validator_heartbeat_v1 {
uint64 height = 2;
uint32 version = 3;
bytes signature = 4;
repeated bytes poc_key_proposals = 5;
}

0 comments on commit 5920152

Please sign in to comment.