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 a61086d commit 42327acCopy full SHA for 42327ac
faster_web3/middleware/gas_price_strategy.py
@@ -50,7 +50,7 @@
50
def validate_transaction_params(
51
transaction: TxParams,
52
latest_block: Union[BlockData, AttributeDict],
53
- strategy_based_gas_price: Wei,
+ strategy_based_gas_price: Union[Wei, None],
54
) -> TxParams:
55
# gas price strategy explicitly set:
56
if (
0 commit comments