Bump Samourai Dojo version to 1.5.0 (#289)

This commit is contained in:
Mitchell Cash 2020-04-08 05:31:06 +01:00 committed by GitHub
parent 19b7f25144
commit c6959e19a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ Each myNode device comes with a number of wonderful features:
- Electrum Server (Electrum Rust Server aka Electrs 0.7.0)
- BTCPay Server (v1.0.3.153)
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.0)
- Samourai Dojo (v1.4.1)
- Samourai Dojo (v1.5.0)
- Samourai Whirlpool (whirlpool-client-cli v0.10.4)
- BTC RPC Explorer (v2.0.0)
- Mempool.Space - Mempool local visualizer for the Bitcoin blockchain

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
set -x
set -x
source /usr/share/mynode/mynode_config.sh
@ -70,7 +70,7 @@ while true; do
fi
# Install Dojo
DOJO_VERSION="v1.4.1"
DOJO_VERSION="v1.5.0"
DOJO_UPGRADE_URL=https://github.com/Samourai-Wallet/samourai-dojo/archive/$DOJO_VERSION.tar.gz
DOJO_UPGRADE_URL_FILE=/mnt/hdd/mynode/settings/dojo_url
CURRENT=""