mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
state save/load test.
This commit is contained in:
@ -418,7 +418,7 @@ func (cs *ConsensusState) stageBlock(block *Block) error {
|
||||
stateCopy := cs.state.Copy() // Deep copy the state before staging.
|
||||
|
||||
// Commit block onto the copied state.
|
||||
err := stateCopy.CommitBlock(block)
|
||||
err := stateCopy.AppendBlock(block)
|
||||
if err != nil {
|
||||
return err
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user