Skip to content

Commit

Permalink
Remove default gasPrice from transactions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Jul 29, 2021
1 parent 9202897 commit 135b8b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web3/_utils/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
'value': 0,
'data': b'',
'gas': lambda web3, tx: web3.eth.estimate_gas(tx),
'gasPrice': lambda web3, tx: web3.eth.generate_gas_price(tx) or web3.eth.gas_price,
'chainId': lambda web3, tx: web3.eth.chain_id,
}

Expand Down

0 comments on commit 135b8b9

Please sign in to comment.