Register loaded wallets in daemon, to prevent a wallet from being opened twice.
Simplify the wizard logic.
This commit is contained in:
@@ -35,7 +35,7 @@ from main_window import ElectrumWindow
|
||||
|
||||
class ElectrumGui:
|
||||
|
||||
def __init__(self, config, network, plugins, app=None):
|
||||
def __init__(self, config, network, daemon, plugins):
|
||||
Logger.debug('ElectrumGUI: initialising')
|
||||
self.network = network
|
||||
self.config = config
|
||||
|
||||
Reference in New Issue
Block a user