Skip to content

Commit

Permalink
Be verbose about inter node sleep because it's annoying to diagnose t…
Browse files Browse the repository at this point in the history
…his Alchemy crap
  • Loading branch information
miohtama committed Jul 25, 2024
1 parent 431e344 commit 7290c24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eth_defi/confirmation.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,10 @@ def wait_and_broadcast_multiple_nodes(
inter_node_delay
)
time.sleep(inter_node_delay.total_seconds())
else:
logger.info(
"Internode sleep skipped",
)

while len(unconfirmed_txs) > 0:
# Transaction hashes that receive confirmation on this round
Expand Down

0 comments on commit 7290c24

Please sign in to comment.