forked from cerc-io/laconicd-deprecated
fix error in testutil/network/util.go
This commit is contained in:
parent
c57b8fd29f
commit
11e16a01a8
@ -197,6 +197,8 @@ func initGenFiles(cfg Config, genAccounts []authtypes.GenesisAccount, genBalance
|
|||||||
|
|
||||||
// set the balances in the genesis state
|
// set the balances in the genesis state
|
||||||
var bankGenState banktypes.GenesisState
|
var bankGenState banktypes.GenesisState
|
||||||
|
cfg.Codec.MustUnmarshalJSON(cfg.GenesisState[banktypes.ModuleName], &bankGenState)
|
||||||
|
|
||||||
bankGenState.Balances = genBalances
|
bankGenState.Balances = genBalances
|
||||||
cfg.GenesisState[banktypes.ModuleName] = cfg.Codec.MustMarshalJSON(&bankGenState)
|
cfg.GenesisState[banktypes.ModuleName] = cfg.Codec.MustMarshalJSON(&bankGenState)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user