mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix
This commit is contained in:
parent
cc130f2930
commit
a96a7c8db2
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class ElectrumWindow(QMainWindow):
|
|||
|
||||
# create new wallet
|
||||
wallet = Wallet(storage)
|
||||
wallet.start_threads(network)
|
||||
wallet.start_threads(self.network)
|
||||
|
||||
self.load_wallet(wallet)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue