Skip to content

Commit 936214f

Browse files
author
Roman
committed
extend debug
1 parent 9e1bff9 commit 936214f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e_tests/utils/chain_interactions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ def wrapper(*args, **kwargs):
171171
)
172172

173173
if current_nonce != start_nonce:
174-
logging.info(
174+
logging.console.info(
175175
f"✅ Nonce changed from {start_nonce} to {current_nonce}"
176176
)
177177
return result
178178

179-
logging.info(
179+
logging.console.info(
180180
f"⏳ Waiting for nonce increment. Current: {current_nonce}"
181181
)
182182
time.sleep(sleep)

0 commit comments

Comments
 (0)