use https://api.dcousens.cloud reg-test server instead of testnet
This commit is contained in:
parent
f3cc30de87
commit
4ca6bf4e81
8 changed files with 303 additions and 315 deletions
test/integration
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue