From 93a7f324c06321023e2702f7989fdfad32573793 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 19 Sep 2020 22:27:11 -0400 Subject: apply mulit-coin universally --- core/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/genesis.go') 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) } -- cgit v1.2.3-70-g09d2