From c279c71902b610c9c0266c3f5e247aa35da3d5b0 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 13 Jan 2020 15:01:04 +0000 Subject: [PATCH] btc-rpc-explorer: update to 1.1.8 --- home.admin/config.scripts/bonus.btc-rpc-explorer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh index 55d21eba1..f7b319690 100644 --- a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh +++ b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh @@ -76,7 +76,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then # make sure that txindex of blockchain is switched on /home/admin/config.scripts/network.txindex.sh on - npm install -g btc-rpc-explorer@1.1.3 + npm install -g btc-rpc-explorer@1.1.8 # prepare .env file echo "getting RPC credentials from the ${network}.conf"