diff options
Diffstat (limited to 'dex')
-rw-r--r-- | dex/app_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |