Skip to content

Commit 24b7f55

Browse files
committed
remove extraneous todo
1 parent 6017d7d commit 24b7f55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eth/estimators/gas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def binary_gas_search(state: StateAPI,
6363
maximum_transaction = cast(SignedTransactionAPI, SpoofTransaction(
6464
transaction,
6565
gas=state.gas_limit,
66-
# TODO EIP-1559 update
6766
gas_price=0,
6867
))
6968
error = _get_computation_error(state, maximum_transaction)

0 commit comments

Comments
 (0)