Major refactoring
- separation between Wallet and key management (Keystore) - simplification of wallet classes - remove support for multiple accounts in the same wallet - add support for OP_RETURN to Trezor plugin - split multi-accounts wallets for backward compatibility
This commit is contained in:
@@ -163,8 +163,8 @@ class ElectrumGui:
|
||||
wallet = wizard.run_and_get_wallet()
|
||||
if not wallet:
|
||||
return
|
||||
if wallet.get_action():
|
||||
return
|
||||
#if wallet.get_action():
|
||||
# return
|
||||
self.daemon.add_wallet(wallet)
|
||||
w = self.create_window_for_wallet(wallet)
|
||||
if uri:
|
||||
|
||||
Reference in New Issue
Block a user