We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40da87 commit 3e2f098Copy full SHA for 3e2f098
tests/e2e_tests/utils/e2e_test_utils.py
@@ -276,7 +276,7 @@ async def async_wait_to_start_call(
276
277
bittensor.logging.console.info(
278
f"Waiting for [blue]{in_blocks}[/blue] blocks before [red]start call[/red]. "
279
- f"Current block: [blue]{subtensor.block}[/blue]."
+ f"Current block: [blue]{await subtensor.block}[/blue]."
280
)
281
282
# make sure we passed start_call limit
0 commit comments