Browse Source

Add APIURL env for endpoint

fixTypes
junderw 6 years ago
parent
commit
16823e9013
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 2
      test/integration/_regtest.js

2
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) {

Loading…
Cancel
Save