Export SeedQR

(cherry picked from commit a1f6743de2)
This commit is contained in:
scgbckbone 2023-12-06 09:02:36 +01:00 committed by doc-hex
parent 8423f6d2d7
commit f5df3f93ac
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
## 5.2.1 - 2023-11-XX
- New Feature: Temporary Seed from COLDCARD encrypted backup.
- New Feature: Export seed as SeedQR
- Enhancement: Add current temporary seed to Seed Vault from within Seed Vault menu.
If current seed is temporary and not saved yet, `Add current tmp` menu item is
shown in Seed Vault menu.

View File

@ -688,7 +688,7 @@ def test_show_seed_qr(data, goto_home, pick_menu_item, cap_story, need_keypress,
time.sleep(.01)
title, body = cap_story()
assert 'Are you SURE' in title
assert 'Are you SURE' in body
assert 'can control all funds' in body
need_keypress('y') # skip warning
time.sleep(0.01)