diff options
Diffstat (limited to 'cmd/monkey/gambler.go')
-rw-r--r-- | cmd/monkey/gambler.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/monkey/gambler.go b/cmd/monkey/gambler.go index 8151f2c22..f8e57163c 100644 --- a/cmd/monkey/gambler.go +++ b/cmd/monkey/gambler.go @@ -78,9 +78,10 @@ func (m *Monkey) Gamble() { ctx := &transferContext{ Key: key, ToAddress: contract, - Amount: big.NewInt(1), + Amount: big.NewInt(100000), Data: input, Nonce: nonce, + Gas: 210000, } if *batch { ctxs[i] = ctx |