mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-30 04:17:07 +00:00
add proposer to header
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user