use https://api.dcousens.cloud reg-test server instead of testnet

This commit is contained in:
Daniel Cousens 2018-01-31 12:46:35 +11:00
parent f3cc30de87
commit 4ca6bf4e81
8 changed files with 303 additions and 315 deletions
test/integration

View file

@ -97,7 +97,7 @@ describe('bitcoinjs-lib (addresses)', function () {
assert.strictEqual(address, '3P4mrxQfmExfhxqjLnR2Ah4WES5EB1KBrN')
})
it('can support the retrieval of transactions for an address (3rd party blockchain)', function (done) {
it('can support the retrieval of transactions for an address (via 3PBP)', function (done) {
var keyPair = bitcoin.ECPair.makeRandom()
var address = keyPair.getAddress()