use miniscript settings from backup in temporary seed - if available

This commit is contained in:
scgbckbone 2023-10-24 21:22:31 +02:00 committed by doc-hex
parent c2e76b3132
commit e6cb8e9e8a
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ async def restore_tmp_from_dict_ll(vals):
if not k[:8] == "setting.":
continue
key = k[8:]
if key in ["multisig"]:
if key in ["multisig", "miniscript"]:
# whitelist
settings.set(k, v)

View File

@ -69,7 +69,7 @@ from version import mk_num, is_devmode
# terms_ok = customer has signed-off on the terms of sale
# settings linked to seed
# LINKED_SETTINGS = ["multisig", "tp", "ovc", "xfp", "xpub", "words"]
# LINKED_SETTINGS = ["multisig", "miniscript", "tp", "ovc", "xfp", "xpub", "words"]
# settings that does not make sense to copy to temporary secret
# LINKED_SETTINGS += ["sd2fa", "usr", "axi", "hsmcmd"]
# prelogin settings - do not need to be part of other saved settings