1
0

slip39: follow-ups

- fix kivy wizard restore-from-seed
- qt seed dialog: disable "next share" if current share is invalid
- fix tests: file paths should not depend on $PWD (working dir)
This commit is contained in:
SomberNight
2021-06-22 19:14:47 +02:00
parent 2de82a2fd6
commit 60e0cd65cf
4 changed files with 12 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ import hmac
from collections import defaultdict
from hashlib import pbkdf2_hmac
from typing import Dict, Iterable, List, Optional, Set, Tuple
from electrum.i18n import _
from .i18n import _
from .mnemonic import Wordlist
Indices = Tuple[int, ...]