We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923d3a5 commit 176b728Copy full SHA for 176b728
src/common/execution.py
@@ -100,7 +100,7 @@ async def check_gas_price() -> bool:
100
if max_fee_per_gas >= Web3.to_wei(settings.max_fee_per_gas_gwei, 'gwei'):
101
logging.warning(
102
'Current gas price (%s gwei) is too high. '
103
- 'Will try to harvest on the next block if the gas '
+ 'Will try to submit transaction on the next block if the gas '
104
'price is acceptable.',
105
Web3.from_wei(max_fee_per_gas, 'gwei'),
106
)
0 commit comments