Register loaded wallets in daemon, to prevent a wallet from being opened twice.
Simplify the wizard logic.
This commit is contained in:
@@ -904,7 +904,7 @@ config = None
|
||||
|
||||
class ElectrumGui:
|
||||
|
||||
def __init__(self, _config, _network, plugins):
|
||||
def __init__(self, _config, _network, daemon, plugins):
|
||||
global wallet, network, contacts, config
|
||||
network = _network
|
||||
config = _config
|
||||
|
||||
Reference in New Issue
Block a user