From 9c409b1274f0b671099214963a3638097ce83d77 Mon Sep 17 00:00:00 2001 From: junderw Date: Tue, 20 Nov 2018 16:28:35 +0900 Subject: [PATCH] Change regtest server over to regtest.bitbank.cc --- test/integration/_regtest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/_regtest.js b/test/integration/_regtest.js index 059cec2..f392a8a 100644 --- a/test/integration/_regtest.js +++ b/test/integration/_regtest.js @@ -3,12 +3,12 @@ const bitcoin = require('../../') const dhttp = require('dhttp/200') const APIPASS = process.env.APIPASS || 'satoshi' -const APIURL = 'https://api.dcousens.cloud/1' +const APIURL = 'https://regtest.bitbank.cc/1' const NETWORK = bitcoin.networks.testnet function broadcast (txHex, callback) { dhttp({ - method: 'PUT', + method: 'POST', url: APIURL + '/t/push', body: txHex }, callback)