keystore: add workaround for StoredDict issue #6066
note: not a proper fix... but works for now
This commit is contained in:
@@ -229,6 +229,7 @@ class Ledger_KeyStore(Hardware_KeyStore):
|
||||
self.force_watching_only = False
|
||||
self.signing = False
|
||||
self.cfg = d.get('cfg', {'mode': 0})
|
||||
self.cfg = dict(self.cfg) # convert to dict from StoredDict (see #6066)
|
||||
|
||||
def dump(self):
|
||||
obj = Hardware_KeyStore.dump(self)
|
||||
|
||||
Reference in New Issue
Block a user