--rpc.txfeecap value 设置可以通过 RPC API 发送的交易费用上限(以以太为单位)(0 = 无上限)(默认值:1)
https://geth.ethereum.org/docs/interface/command-line-options
版权属于:Surou
本文链接:https://bcskill.com/index.php/archives/1129.html
相关技术文章仅限于相关区块链底层技术研究,禁止用于非法用途,后果自负!本站严格遵守一切相关法律政策!
--rpc.txfeecap value 设置可以通过 RPC API 发送的交易费用上限(以以太为单位)(0 = 无上限)(默认值:1)
https://geth.ethereum.org/docs/interface/command-line-options
版权属于:Surou
本文链接:https://bcskill.com/index.php/archives/1129.html
相关技术文章仅限于相关区块链底层技术研究,禁止用于非法用途,后果自负!本站严格遵守一切相关法律政策!
你好,我在heco链上遇到了“tx fee exceeds the configured cap (1.00 ether)”的问题,我使用的rpc接入点是官方提供的https://http-mainnet-node.huobichain.com,所以这个交易费用上限是官方那个节点确定的,我是没有办法修改的?
如果要解决这个问题,是不是只有自己搭建一个节点,修改费用上限,然后通过这个节点发起请求?谢谢!!希望得到你的回答.