Skip to content

Commit 42327ac

Browse files
committed
fix mypy err
1 parent a61086d commit 42327ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faster_web3/middleware/gas_price_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
def validate_transaction_params(
5151
transaction: TxParams,
5252
latest_block: Union[BlockData, AttributeDict],
53-
strategy_based_gas_price: Wei,
53+
strategy_based_gas_price: Union[Wei, None],
5454
) -> TxParams:
5555
# gas price strategy explicitly set:
5656
if (

0 commit comments

Comments
 (0)