1
0

Merge pull request #6917 from andrewkozlik/slip39

SLIP-0039 wallet recovery
This commit is contained in:
ghost43
2021-06-22 19:44:02 +02:00
committed by GitHub
13 changed files with 2295 additions and 60 deletions

View File

@@ -73,6 +73,7 @@ datas = [
(electrum + PYPKG + '/*.json', PYPKG),
(electrum + PYPKG + '/lnwire/*.csv', PYPKG + '/lnwire'),
(electrum + PYPKG + '/wordlist/english.txt', PYPKG + '/wordlist'),
(electrum + PYPKG + '/wordlist/slip39.txt', PYPKG + '/wordlist'),
(electrum + PYPKG + '/locale', PYPKG + '/locale'),
(electrum + PYPKG + '/plugins', PYPKG + '/plugins'),
(electrum + PYPKG + '/gui/icons', PYPKG + '/gui/icons'),