mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
call it LastResultsHash
This commit is contained in:
@ -70,7 +70,7 @@ func TestValidateBlock(t *testing.T) {
|
||||
|
||||
// wrong results hash fails
|
||||
block = makeBlock(state, 1)
|
||||
block.ResultsHash = []byte("wrong results hash")
|
||||
block.LastResultsHash = []byte("wrong results hash")
|
||||
err = state.ValidateBlock(block)
|
||||
require.Error(t, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user