Skip to content

Commit

Permalink
sign_bound_call_with_new_nonce() fill_gas_price must be off by defaul…
Browse files Browse the repository at this point in the history
…t for legacy compat
  • Loading branch information
miohtama committed Jan 6, 2025
1 parent 4155eba commit ff50d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_defi/hotwallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def sign_bound_call_with_new_nonce(
func: ContractFunction,
tx_params: dict | None = None,
web3: Web3 | None=None,
fill_gas_price=True,
fill_gas_price=False,
) -> SignedTransactionWithNonce:
"""Signs a bound Web3 Contract call.
Expand Down

0 comments on commit ff50d92

Please sign in to comment.