aboutsummaryrefslogtreecommitdiffstats
path: root/test/keygen.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-07 12:59:49 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:03 +0800
commit94c42603b546c44334b947793b2542279946beac (patch)
tree272376725f92ddf9a94028738f0a8ab5ace2d720 /test/keygen.go
parent79f2549b20a528cad399ff3c63c4d23f1c09bad7 (diff)
downloaddexon-94c42603b546c44334b947793b2542279946beac.tar
dexon-94c42603b546c44334b947793b2542279946beac.tar.gz
dexon-94c42603b546c44334b947793b2542279946beac.tar.bz2
dexon-94c42603b546c44334b947793b2542279946beac.tar.lz
dexon-94c42603b546c44334b947793b2542279946beac.tar.xz
dexon-94c42603b546c44334b947793b2542279946beac.tar.zst
dexon-94c42603b546c44334b947793b2542279946beac.zip
test: update test parameters (#229)
* test: update test parameters * update smoke test parameter
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),