Remove need for self.wallet for h/w wallets
This commit is contained in:
@@ -20,9 +20,6 @@ class BTChipCmdLineHandler:
|
||||
class Plugin(LedgerPlugin):
|
||||
@hook
|
||||
def cmdline_load_wallet(self, wallet):
|
||||
self.wallet = wallet
|
||||
self.wallet.plugin = self
|
||||
wallet.plugin = self
|
||||
if self.handler is None:
|
||||
self.handler = BTChipCmdLineHandler()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user