From cb4ebe8c50d39eb2e3083ef12f0557f4a0fae59c Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Tue, 29 Aug 2017 10:42:12 -0300 Subject: [PATCH] fix block explorer URL --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index d0c8194..979d252 100644 --- a/config.js +++ b/config.js @@ -54,7 +54,7 @@ var config = { bch: { livenet: { provider: 'insight', - url: 'https://cashexplorer.bitcoin.com/api/', + url: 'https://cashexplorer.bitcoin.com', }, testnet: { provider: 'insight',