Fix metalinter errors

This commit is contained in:
Ethan Frey
2017-10-19 14:48:07 +02:00
parent 46e1f1ae65
commit 7aa00e9ddd
2 changed files with 1 additions and 11 deletions
-10
View File
@@ -137,16 +137,6 @@ func (app *PersistentDummyApplication) EndBlock(height uint64) (resEndBlock type
return types.ResponseEndBlock{Diffs: app.changes}
}
//-----------------------------------------
// persist the last block info
var lastBlockKey = []byte("lastblock")
type LastBlockInfo struct {
Height uint64
AppHash []byte
}
//---------------------------------------------
// update validators