Browse Source

add proposer to header

pull/1780/head
Ethan Buchman 6 years ago
parent
commit
efbc2efb42
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      types/types.proto

+ 3
- 0
types/types.proto View File

@ -229,6 +229,9 @@ message Header {
// hashes
bytes last_block_hash = 6;
bytes app_hash = 7;
// consensus
RequestValidator proposer = 8;
}
// Validator for use in responses


Loading…
Cancel
Save