mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +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