add proposer to header

This commit is contained in:
Ethan Buchman 2018-05-20 16:25:48 -04:00
parent 31576150ad
commit efbc2efb42
1 changed files with 3 additions and 0 deletions

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