diff --git a/CHANGES.md b/CHANGES.md index a91895d38..216039f74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ - Update: Specter Desktop v0.15.1 [details](https://github.com/cryptoadvance/specter-desktop#specter-desktop) - Update: Electrum Server in Rust (electrs) v0.8.11 [details](https://github.com/romanz/electrs/blob/v0.8.11/RELEASE-NOTES.md#0811-18-aug-2021) - Update: Mempool 2.2.1 [details](https://github.com/mempool/mempool) +- Update: BTC-RPC-Explorer v3.2.0 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v320) - Update: stacking-sats-kraken 0.4.4 [details](https://github.com/dennisreimann/stacking-sats-kraken/blob/master/README.md) ## What's new in Version 1.7.0 of RaspiBlitz? diff --git a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh index 2d71fee81..6c66121b4 100755 --- a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh +++ b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh @@ -117,7 +117,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then cd /home/btcrpcexplorer sudo -u btcrpcexplorer git clone https://github.com/janoside/btc-rpc-explorer.git cd btc-rpc-explorer - sudo -u btcrpcexplorer git reset --hard v3.1.1 + sudo -u btcrpcexplorer git reset --hard v3.2.0 sudo -u btcrpcexplorer npm install if ! [ $? -eq 0 ]; then echo "FAIL - npm install did not run correctly, aborting"