Merge PR #215: Update simulation tests
This commit is contained in:
committed by
Alexander Bezobchuk
parent
10493a8d0d
commit
ebfbd95dc0
@@ -38,7 +38,7 @@ func TestBlackListedAddrs(t *testing.T) {
|
||||
|
||||
func setGenesis(gapp *GaiaApp) error {
|
||||
genesisState := simapp.NewDefaultGenesisState()
|
||||
stateBytes, err := codec.MarshalJSONIndent(gapp.cdc, genesisState)
|
||||
stateBytes, err := codec.MarshalJSONIndent(gapp.Codec(), genesisState)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user