replace helloblock with insight and blockr

This commit is contained in:
Wei Lu 2015-05-30 18:58:07 +08:00
parent 88cc90481f
commit a2b4558a0b
5 changed files with 21 additions and 6 deletions
test/integration

View file

@ -4,7 +4,7 @@ var assert = require('assert')
var async = require('async')
var bigi = require('bigi')
var bitcoin = require('../../')
var blockchain = new (require('cb-helloblock'))('bitcoin')
var blockchain = new (require('cb-blockr'))('bitcoin')
var crypto = require('crypto')
describe('bitcoinjs-lib (crypto)', function () {