drop purgePending call.

This commit is contained in:
Christopher Jeffrey 2016-04-20 03:39:34 -07:00
parent 14fa62f16f
commit c572e61bbb
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1371,7 +1371,6 @@ Chain.prototype.add = function add(block, callback, force) {
// reset the orphans.
if (orphan.hash('hex') !== hash) {
self.purgeOrphans();
self.purgePending();
self.emit('fork', block, {
height: block.getCoinbaseHeight(),