Restore borrowed secret handling in SensitiveValues
This commit is contained in:
parent
74d34cfcf7
commit
7e92e5162a
@ -215,7 +215,6 @@ class SensitiveValues:
|
||||
self.deltamode = False
|
||||
|
||||
self.mode, self.raw, self.node = SecretStash.decode(self.secret, self._bip39pw)
|
||||
self.spots.append(self.secret)
|
||||
else:
|
||||
# More typical: fetch the secret from bootloader and SE
|
||||
# - but that's real slow, so avoid if possible
|
||||
|
||||
Loading…
Reference in New Issue
Block a user