mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 08:34:31 +00:00
add particl to coins list
This commit is contained in:
parent
c2dd01bd1b
commit
be5e9189f4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if ! test -f "$KEYS"; then
|
|||
fi
|
||||
|
||||
# Create template wallet test parameter files if they don't already exist
|
||||
declare -a coins=("bitcoin" "bitcoincash" "dogecoin" "namecoin" "firo") # TODO add monero and wownero when those tests are updated to use the .gitignored test wallet setup: when doing that, make sure to update the test vectors for a new, private development seed
|
||||
declare -a coins=("bitcoin" "bitcoincash" "dogecoin" "namecoin" "firo" "particl") # TODO add monero and wownero when those tests are updated to use the .gitignored test wallet setup: when doing that, make sure to update the test vectors for a new, private development seed
|
||||
|
||||
for coin in "${coins[@]}"
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue