migrate seed entry field

This commit is contained in:
thePR0M3TH3AN
2025-07-07 10:46:02 -04:00
parent 71f310bc06
commit e24526a7ef
3 changed files with 8 additions and 5 deletions

View File

@@ -45,5 +45,5 @@ def test_seed_phrase_determinism():
assert len(phrase24_a.split()) == 24
assert Mnemonic("english").check(phrase12_a)
assert Mnemonic("english").check(phrase24_a)
assert entry12.get("words") == 12
assert entry24.get("words") == 24
assert entry12.get("word_count") == 12
assert entry24.get("word_count") == 24