fix gaiad export

This commit is contained in:
Jeremiah Andrews 2018-07-23 16:55:09 -07:00
parent 5d02a743fb
commit 6ea0a1b66f
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ func (app *BaseApp) initFromStore(mainKey sdk.StoreKey) error {
if main == nil {
return errors.New("baseapp expects MultiStore with 'main' KVStore")
}
app.setCheckState(abci.Header{})
return nil
}