do not pass config to storage. request height from network_proxy if connected
This commit is contained in:
@@ -264,7 +264,7 @@ class ElectrumWindow(QMainWindow):
|
||||
if not filename:
|
||||
return
|
||||
try:
|
||||
storage = WalletStorage({'wallet_path': filename})
|
||||
storage = WalletStorage(filename)
|
||||
except Exception as e:
|
||||
self.show_message(str(e))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user