AttributeError:模块“web3.geth”没有属性“txpool”
Posted
技术标签:
【中文标题】AttributeError:模块“web3.geth”没有属性“txpool”【英文标题】:AttributeError: module 'web3.geth' has no attribute 'txpool' 【发布时间】: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?
【问题讨论】:
【参考方案1】:从 *** 的角度重新审视,解决了我的问题 而不是 web3.geth.txpool.inspect 我不得不使用 w3.geth.txpool.inspect()
【讨论】:
以上是关于AttributeError:模块“web3.geth”没有属性“txpool”的主要内容,如果未能解决你的问题,请参考以下文章
AttributeError:模块'asyncio'没有属性'run'
AttributeError:模块'mysql'没有属性'connector'
AttributeError:模块 'urllib' 没有属性 'parse'