1
0

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:
SomberNight
2022-05-09 20:09:10 +02:00
parent 3535eef8f8
commit 9599254d43
4 changed files with 0 additions and 10 deletions

View File

@@ -442,7 +442,6 @@ class DigitalBitbox_KeyStore(Hardware_KeyStore):
def __init__(self, d):
Hardware_KeyStore.__init__(self, d)
self.force_watching_only = False
self.maxInputs = 14 # maximum inputs per single sign command
def give_error(self, message, clear_client = False):