hw: rm dead code from Hardware_KeyStore subclasses
- force_watching_only is long since unused - comment was just duplicated from the base class
This commit is contained in:
@@ -251,10 +251,6 @@ class Coldcard_KeyStore(Hardware_KeyStore):
|
||||
|
||||
def __init__(self, d):
|
||||
Hardware_KeyStore.__init__(self, d)
|
||||
# Errors and other user interaction is done through the wallet's
|
||||
# handler. The handler is per-window and preserved across
|
||||
# device reconnects
|
||||
self.force_watching_only = False
|
||||
self.ux_busy = False
|
||||
|
||||
# we need to know at least the fingerprint of the master xpub to verify against MiTM
|
||||
|
||||
Reference in New Issue
Block a user