【发布时间】:2020-12-27 16:51:41
【问题描述】:
当我打电话时
provider = Web3.HTTPProvider('some url')
w3 = Web3(provider)
web3.geth.txpool.inspect()
我收到一个错误
AttributeError: module 'web3.geth' has no attribute 'txpool'
我的 geth 配置
--http --http.api eth,net,web3,txpool
为什么我无法访问 txpool?
【问题讨论】: