Skip to content

Commit

Permalink
Ensure correct loop is used always
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhaleking committed Jan 10, 2025
1 parent 9ec7acf commit b31764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/utils/substrate_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ def __init__(
if not _mock:
execute_coroutine(
coroutine=self.initialize(),
event_loop=event_loop,
event_loop=self.event_loop,
)
else:
self.reload_type_registry()
Expand Down

0 comments on commit b31764f

Please sign in to comment.