Commit d32af89c authored by hezhengjun's avatar hezhengjun

modify gas limit for burn and lock from chain33

parent 939fbbcf
......@@ -17,7 +17,7 @@ var (
const (
// GasLimit : the gas limit in Gwei used for transactions sent with TransactOpts
GasLimit = uint64(50 * 10000)
GasLimit = uint64(100 * 10000)
GasLimit4Deploy = uint64(0) //此处需要设置为0,让交易自行估计,否则将会导致部署失败,TODO:其他解决途径后续调研解决
)
......
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