Refactored guide, implemented ckcc and passphraseme and deprecated Electrum

This commit is contained in:
Sun Knudsen 2022-01-10 08:16:25 -05:00
parent 908b211c36
commit 1965eca7f6
No known key found for this signature in database
GPG key ID: 02C43AD072D57783
19 changed files with 351 additions and 548 deletions

View file

@ -19,7 +19,7 @@ if [ -n "$1" ]; then
else
printf "%s\n" "Running unit tests…"
expect ./tests/bip39.exp
expect ./tests/electrum.exp
expect ./tests/passphrase.exp
expect ./tests/default.exp
expect ./tests/shamir.exp
expect ./tests/shamir-2-of-3.exp