update bitcore bundle
This commit is contained in:
parent
77f14bc846
commit
b69def07f7
3 changed files with 603 additions and 44128 deletions
|
|
@ -128,7 +128,7 @@ describe('Insight model', function() {
|
|||
|
||||
sinon.stub(blockchain, "requestPost", function(url, data, cb) {
|
||||
url.should.be.equal('/api/tx/send');
|
||||
var res = {statusCode: 200};
|
||||
var res = {status: 200};
|
||||
var body = {txid: 1234};
|
||||
setTimeout(function() {
|
||||
cb(null, res, body);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue