Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
電話すると
provider = Web3.HTTPProvider('some url') w3 = Web3(provider) web3.geth.txpool.inspect()
エラーが発生する
AttributeError: module 'web3.geth' has no attribute 'txpool'
私のゲス設定
--http --http.api eth,net,web3,txpool
txpool にアクセスできないのはなぜですか?