refresh menu after set_seed_extended_key
This commit is contained in:
parent
9629664bf5
commit
c437f19cf3
@ -1,6 +1,8 @@
|
||||
## 5.1.2 - 2023-03-18
|
||||
|
||||
- Enhancement: SeedXOR for 12 and 18 words mnemonics
|
||||
- Bugfix: After extended private key and TAPSIGNER backup import into blank wallet, users needed
|
||||
to manually reboot Coldcard. Fixed
|
||||
|
||||
|
||||
## 5.1.1 - 2023-02-27
|
||||
|
||||
@ -473,6 +473,7 @@ async def ephemeral_seed_generate(nwords):
|
||||
async def set_seed_extended_key(extended_key):
|
||||
encoded, chain = xprv_to_encoded_secret(extended_key)
|
||||
set_seed_value(encoded=encoded, chain=chain)
|
||||
goto_top_menu()
|
||||
|
||||
async def set_ephemeral_seed_extended_key(extended_key):
|
||||
encoded, chain = xprv_to_encoded_secret(extended_key)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user