Swap to general export command
This commit is contained in:
committed by
rigelrozanski
parent
55c82e44a2
commit
f92e83d2e0
@@ -119,3 +119,8 @@ func (app *BasecoinApp) initChainer(ctx sdk.Context, req abci.RequestInitChain)
|
||||
}
|
||||
return abci.ResponseInitChain{}
|
||||
}
|
||||
|
||||
// Custom logic for state export
|
||||
func (app *BasecoinApp) ExportGenesis() types.GenesisState {
|
||||
return types.GenesisState{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user