Whirlpool client to 0.10.2

This commit is contained in:
Taylor Helsper 2020-01-07 20:40:23 -06:00
parent 7f5f1280a8
commit e4a3770d4a
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
=== v0.1.77 ===
- Upgrade whirlpool cli to 0.10.2
=== v0.1.76 ===
- Upgrade whirlpool cli to 0.10.1
- Fix issue with building docker images

View File

@ -206,7 +206,7 @@ if [ $IS_PREMIUM -eq 1 ]; then
fi
# Install Whirlpool
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.1/whirlpool-client-cli-0.10.1-run.jar
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.2/whirlpool-client-cli-0.10.2-run.jar
WHIRLPOOL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.whirlpool_url
CURRENT=""
if [ -f $WHIRLPOOL_UPGRADE_URL_FILE ]; then

View File

@ -318,7 +318,7 @@ fi
# Install Whirlpool
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.1/whirlpool-client-cli-0.10.1-run.jar
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.2/whirlpool-client-cli-0.10.2-run.jar
WHIRLPOOL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.whirlpool_url
CURRENT=""
if [ -f $WHIRLPOOL_UPGRADE_URL_FILE ]; then