We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453d1a9 commit 81bf100Copy full SHA for 81bf100
web3/_utils/transactions.py
@@ -124,7 +124,7 @@ def get_buffered_gas_estimate(
124
) -> Wei:
125
gas_estimate_transaction = cast(TxParams, dict(**transaction))
126
127
- gas_estimate = web3.eth.estimateGas(gas_estimate_transaction)
+ gas_estimate = web3.eth.estimate_gas(gas_estimate_transaction)
128
129
gas_limit = get_block_gas_limit(web3)
130
0 commit comments