Restore borrowed secret handling in SensitiveValues

This commit is contained in:
scgbckbone 2026-06-20 22:01:01 +02:00 committed by doc-hex
parent 74d34cfcf7
commit 7e92e5162a

View File

@ -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