【发布时间】:2019-05-05 19:56:34
【问题描述】:
我在 sendRawTransaction 上的 rinkeby 网络上遇到了气体问题。
使用各种gas值进行测试,得到gas * price + value的资金不足或超过区块gas限制。
Some more info:
Gas Estimate: 32872
Balance: 1100000 Gwei
gas: 87200
有什么建议或有人遇到过类似的问题吗?
我的代码在这里:https://gist.github.com/anistark/2daf9295a4d5a03cb405ff5a47924b32
【问题讨论】:
标签: blockchain ethereum web3 go-ethereum