diff options
Diffstat (limited to 'core/genesis.go')
-rw-r--r-- | core/genesis.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go index e48f411..9b96480 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -268,7 +268,7 @@ func (g *Genesis) ToBlock(db ethdb.Database) *types.Block { statedb.SetState(addr, key, value) } if account.MCBalance != nil { - statedb.ForceEnableMultiCoin(addr) + //statedb.ForceEnableMultiCoin(addr) for coinID, value := range account.MCBalance { statedb.AddBalanceMultiCoin(addr, coinID, value) } |