add particl to coins list

This commit is contained in:
sneurlax 2022-11-29 16:55:41 -06:00
parent c2dd01bd1b
commit be5e9189f4

View file

@ -6,7 +6,7 @@ if ! test -f "$KEYS"; then
fi fi
# Create template wallet test parameter files if they don't already exist # 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[@]}" for coin in "${coins[@]}"
do do