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

@ -125,7 +125,7 @@ func (app *PersistentDummyApplication) BeginBlock(req types.RequestBeginBlock) t
// Update the validator set
func (app *PersistentDummyApplication) EndBlock(req types.RequestEndBlock) types.ResponseEndBlock {
return types.ResponseEndBlock{Diffs: app.changes}
return types.ResponseEndBlock{Changes: app.changes}
}
//---------------------------------------------