do not increment total on orphans.

This commit is contained in:
Christopher Jeffrey 2016-02-17 12:55:48 -08:00
parent 2b84c16f0a
commit a208083dc5

View File

@ -845,7 +845,6 @@ Chain.prototype.add = function add(initial, peer, callback) {
self.orphan.map[prevHash] = block;
self.orphan.bmap[hash] = block;
code = Chain.codes.newOrphan;
// total++;
return done(null, code);
}