1
0

Automated BIP39 Recovery, squashed

This commit is contained in:
Luke Childs
2020-06-05 10:09:45 +02:00
committed by SomberNight
parent ad7588ec57
commit 7b122d2679
8 changed files with 282 additions and 10 deletions

View File

@@ -42,6 +42,7 @@ def read_json(filename, default):
GIT_REPO_URL = "https://github.com/spesmilo/electrum"
GIT_REPO_ISSUES_URL = "https://github.com/spesmilo/electrum/issues"
BIP39_WALLET_FORMATS = read_json('bip39_wallet_formats.json', [])
class AbstractNet: