Commit 28c8bf72 authored by hezhengjun's avatar hezhengjun Committed by 33cn

modify gas limit for relay tx to ethereum

parent 1654df76
......@@ -22,7 +22,7 @@ var (
const (
// GasLimit : the gas limit in Gwei used for transactions sent with TransactOpts
GasLimit = uint64(100 * 10000)
GasLimit4RelayTx = uint64(10 * 10000)
GasLimit4RelayTx = uint64(40 * 10000)
GasLimit4Deploy = uint64(0) //此处需要设置为0,让交易自行估计,否则将会导致部署失败,TODO:其他解决途径后续调研解决
)
......
package types
//Version4Relayer ...
const Version4Relayer = "0.1.3"
const Version4Relayer = "0.1.4"
const (
Chain33BlockChainName = "Chain33-mainchain"
......
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