junderw
6 years ago
No known key found for this signature in database
GPG Key ID: B256185D3A971908
1 changed files with
1 additions and
1 deletions
-
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) { |
|
|
|