diff --git a/configs/bch-testnet.json b/configs/bch-testnet.json index b2f5bc91..b5dbf81c 100644 --- a/configs/bch-testnet.json +++ b/configs/bch-testnet.json @@ -5,5 +5,5 @@ "rpcTimeout": 25, "parse": true, "zeroMQBinding": "tcp://127.0.0.1:18434", - "subversion": "/Bitcoin ABC:0.17.1(EB8.0; bitcore-sl)/" + "subversion": "/Bitcoin ABC:0.17.1/" } diff --git a/configs/bch.json b/configs/bch.json index f8f43a01..1d26256a 100644 --- a/configs/bch.json +++ b/configs/bch.json @@ -5,5 +5,5 @@ "rpcTimeout": 25, "parse": true, "zeroMQBinding": "tcp://127.0.0.1:8434", - "subversion": "/Bitcoin ABC:0.17.1(EB8.0; bitcore-sl)/" + "subversion": "/Bitcoin ABC:0.17.1/" }