Skip to content

Commit

Permalink
recovers nicely from tmp seed change now
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-hex committed Apr 28, 2021
1 parent 95f8ec4 commit 9347556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions testing/devtest/set_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
settings.set('idle_to', 0)

import main
pa.tmp_value = None
set_seed_value(main.WORDS)

print("New key in effect: %s" % settings.get('xpub', 'MISSING'))
Expand Down
2 changes: 1 addition & 1 deletion testing/test_drv_entro.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_bip_vectors(mode, index, entropy, expect,
if do_import:
assert '2 to switch to derived secret' in story

raise pytest.skip('XXX recovery not working well')
#raise pytest.skip('XXX recovery not working well')

try:
time.sleep(0.1)
Expand Down

0 comments on commit 9347556

Please sign in to comment.