diff --git a/test/integration/_regtest.js b/test/integration/_regtest.js index 0ea6736..e32e11b 100644 --- a/test/integration/_regtest.js +++ b/test/integration/_regtest.js @@ -10,7 +10,7 @@ const dhttp = options => new Promise((resolve, reject) => { }) const APIPASS = process.env.APIPASS || 'satoshi' -const APIURL = 'https://regtest.bitbank.cc/1' +const APIURL = process.env.APIURL || 'https://regtest.bitbank.cc/1' const NETWORK = bitcoin.networks.testnet function broadcast (txHex) {