From ad310d7e24b7264ec08a69f5c487def45f61863f Mon Sep 17 00:00:00 2001 From: bojie Date: Wed, 8 May 2019 16:31:23 +0800 Subject: app: increase test accounts balance (#421) --- dex/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dex/app_test.go b/dex/app_test.go index a62d9001f..bfc188f36 100644 --- a/dex/app_test.go +++ b/dex/app_test.go @@ -2310,7 +2310,7 @@ func newDexon(masterKey *ecdsa.PrivateKey, accountNum int) (*Dexon, []*ecdsa.Pri } genesis.Alloc[crypto.PubkeyToAddress(key.PublicKey)] = core.GenesisAccount{ - Balance: math.BigPow(10, 18), + Balance: math.BigPow(10, 20), Staked: big.NewInt(0), } accounts = append(accounts, key) -- cgit v1.2.3