Skip to content

Commit 81bf100

Browse files
committed
Update transactions.py
1 parent 453d1a9 commit 81bf100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/_utils/transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def get_buffered_gas_estimate(
124124
) -> Wei:
125125
gas_estimate_transaction = cast(TxParams, dict(**transaction))
126126

127-
gas_estimate = web3.eth.estimateGas(gas_estimate_transaction)
127+
gas_estimate = web3.eth.estimate_gas(gas_estimate_transaction)
128128

129129
gas_limit = get_block_gas_limit(web3)
130130

0 commit comments

Comments
 (0)