Skip to content

Commit

Permalink
Fix custom_priority_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Mar 5, 2024
1 parent 0312fe4 commit 9ed7ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def register_validators(
)
return None

if not await check_gas_price():
if not await check_gas_price(custom_priority_fee=True):
return None

logger.info('Started registration of %d validator(s)', len(validators))
Expand Down

0 comments on commit 9ed7ee9

Please sign in to comment.