mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
minor fix
This commit is contained in:
parent
b42ff0b925
commit
2bd9ef1cdb
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class ElectrumWindow(QMainWindow):
|
|||
if wallet:
|
||||
self.load_wallet(wallet)
|
||||
else:
|
||||
self.wallet.start_threads()
|
||||
self.wallet.start_threads(self.network)
|
||||
self.load_wallet(self.wallet)
|
||||
|
||||
self.show()
|
||||
|
|
Loading…
Add table
Reference in a new issue