forked from LBRYCommunity/lbry-sdk
fix auto_connect
This commit is contained in:
parent
89892042dd
commit
4311b218fb
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ class LBRYumWallet(LBRYWallet):
|
|||
network_start_d = defer.Deferred()
|
||||
|
||||
def setup_network():
|
||||
self.config = SimpleConfig()
|
||||
self.config = SimpleConfig({'auto_connect': True})
|
||||
self.network = Network(self.config)
|
||||
alert.info("Loading the wallet...")
|
||||
return defer.succeed(self.network.start())
|
||||
|
|
Loading…
Reference in a new issue