mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 12:41:44 +00:00
Update Diffs to Changes, fix README
This commit is contained in:
@ -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}
|
||||
}
|
||||
|
||||
//---------------------------------------------
|
||||
|
Reference in New Issue
Block a user