Merge PR #56: Update to latest SDK: Supply

This commit is contained in:
Federico Kunze
2019-07-05 15:40:06 +02:00
committed by Alexander Bezobchuk
parent 534e56abd1
commit bab3694437
27 changed files with 296 additions and 670 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/tendermint/tendermint/libs/log"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/simapp"
abci "github.com/tendermint/tendermint/abci/types"
)
@@ -26,7 +27,7 @@ func TestGaiadExport(t *testing.T) {
func setGenesis(gapp *GaiaApp) error {
genesisState := NewDefaultGenesisState()
genesisState := simapp.NewDefaultGenesisState()
stateBytes, err := codec.MarshalJSONIndent(gapp.cdc, genesisState)
if err != nil {
return err