diff --git a/lbry/lbry/extras/daemon/Daemon.py b/lbry/lbry/extras/daemon/Daemon.py index 86211b266..fb158e055 100644 --- a/lbry/lbry/extras/daemon/Daemon.py +++ b/lbry/lbry/extras/daemon/Daemon.py @@ -2317,6 +2317,7 @@ class Daemon(metaclass=JSONRPCServerType): }) if self.ledger.network.is_connected: await self.ledger.subscribe_account(account) + await self.ledger._update_tasks.done.wait() # Case 3: the holding address has changed and we can't create or find an account for it else: raise Exception(