Whirlpool client to 0.10.2
This commit is contained in:
parent
7f5f1280a8
commit
e4a3770d4a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user