mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +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
|
# create new wallet
|
||||||
wallet = Wallet(storage)
|
wallet = Wallet(storage)
|
||||||
wallet.start_threads(network)
|
wallet.start_threads(self.network)
|
||||||
|
|
||||||
self.load_wallet(wallet)
|
self.load_wallet(wallet)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue