This commit is contained in:
Christopher Jeffrey 2016-07-21 12:38:31 -07:00
parent 27684e9661
commit ee08278654
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
3 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ var utils = require('./utils');
var assert = utils.assert;
var constants = bcoin.protocol.constants;
var siphash = require('./siphash');
var bn = require('bn.js');
var AbstractBlock = bcoin.abstractblock;
/**

View File

@ -9,7 +9,6 @@
var bcoin = require('../env');
var EventEmitter = require('events').EventEmitter;
var assert = require('assert');
var utils = require('../utils');
var http = require('./');

View File

@ -1400,7 +1400,7 @@ Peer.prototype._getItem = function _getItem(item, callback) {
item.hasWitness() ? 'witness' : 'normal',
this.hostname);
entry.ack(peer);
entry.ack(this);
if (entry.msg)
return callback(null, entry.msg);