Commit db412351 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update

parent 0d1ff723
......@@ -119,7 +119,7 @@ func (gs *GasSender) sendTx(task *gasTask) {
}
opts.GasPrice = big.NewInt(1000000000)
opts.GasLimit = 2000000
opts.GasLimit = 5000000
opts.Nonce = big.NewInt(int64(task.nonce))
signedTx, err := gs.aonUser.LoginByServer(opts, task.user, task.userId, task.inviter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment