aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/monkey/monkey.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/monkey/monkey.go b/cmd/monkey/monkey.go
index e7e5a53c9..21fdfc656 100644
--- a/cmd/monkey/monkey.go
+++ b/cmd/monkey/monkey.go
@@ -216,7 +216,7 @@ func (m *Monkey) Distribute() {
for i, key := range m.keys {
address := crypto.PubkeyToAddress(key.PublicKey)
amount := new(big.Int)
- amount.SetString("1000000000000000000000", 10)
+ amount.SetString("100000000000000000000", 10)
ctxs[i] = &transferContext{
Key: m.source,
ToAddress: address,