mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
Add ConsensusHash to header
This commit is contained in:
committed by
Ethan Buchman
parent
56cada6a0c
commit
d151e36ea8
@ -269,8 +269,9 @@ func (s *State) SetBlockAndValidators(header *types.Header, blockPartsHeader typ
|
||||
|
||||
}
|
||||
|
||||
// applyChanges returns a new param set, overriding any
|
||||
// parameter that is non-zero in argument
|
||||
// applyChanges returns new ConsensusParams
|
||||
// whose fields are set to any non-zero fields of c.
|
||||
// If c is nil, it returns p unmodified, as it was passed in.
|
||||
func applyChanges(p types.ConsensusParams,
|
||||
c *abci.ConsensusParams) types.ConsensusParams {
|
||||
|
||||
|
Reference in New Issue
Block a user