Update Diffs to Changes, fix README

This commit is contained in:
Ethan Frey
2017-12-13 17:57:43 +01:00
parent 25f6f6518c
commit 895e14d6bd
3 changed files with 4 additions and 3 deletions

View File

@ -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)
}