use miniscript settings from backup in temporary seed - if available
This commit is contained in:
parent
c2e76b3132
commit
e6cb8e9e8a
@ -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)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user