fix gaiad export
This commit is contained in:
parent
5d02a743fb
commit
6ea0a1b66f
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue