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 d88d2b7 commit 97d78d4Copy full SHA for 97d78d4
async_substrate_interface/async_substrate.py
@@ -539,7 +539,7 @@ def __init__(
539
"You are instantiating the AsyncSubstrateInterface Websocket outside of an event loop. "
540
"Verify this is intended."
541
)
542
- now = asyncio.new_event_loop().time()
+ now = 0.0
543
self.last_received = now
544
self.last_sent = now
545
0 commit comments