aboutsummaryrefslogtreecommitdiffstats
path: root/test/keygen.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/keygen.go')
-rw-r--r--test/keygen.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/keygen.go b/test/keygen.go
index e7441e146..26b8385ed 100644
--- a/test/keygen.go
+++ b/test/keygen.go
@@ -50,8 +50,8 @@ func main() {
address := crypto.PubkeyToAddress(privKey.PublicKey)
genesis.Alloc[address] = core.GenesisAccount{
- Balance: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e6)),
- Staked: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(5e5)),
+ Balance: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(2e6)),
+ Staked: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e6)),
PublicKey: crypto.FromECDSAPub(&privKey.PublicKey),
NodeInfo: core.NodeInfo{
Name: fmt.Sprintf("DEXON Test Node %d", i),