mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 04:31:44 +00:00
Update Diffs to Changes, fix README
This commit is contained in:
@ -188,7 +188,7 @@ func makeApplyBlock(t *testing.T, dummy types.Application, heightInt int, diff [
|
||||
resEndBlock := dummy.EndBlock(types.RequestEndBlock{header.Height})
|
||||
dummy.Commit()
|
||||
|
||||
valsEqual(t, diff, resEndBlock.Diffs)
|
||||
valsEqual(t, diff, resEndBlock.Changes)
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user