remove throwing assert for now.
This commit is contained in:
parent
440933c27d
commit
e04aed96d0
@ -263,7 +263,7 @@ Chain.prototype.has = function has(hash, noProbe, cb) {
|
|||||||
|
|
||||||
cb = utils.asyncify(cb);
|
cb = utils.asyncify(cb);
|
||||||
|
|
||||||
assert(!noProbe);
|
// assert(!noProbe);
|
||||||
|
|
||||||
return cb(this.hasBlock(hash) || this.hasOrphan(hash));
|
return cb(this.hasBlock(hash) || this.hasOrphan(hash));
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user