do not increment total on orphans.
This commit is contained in:
parent
2b84c16f0a
commit
a208083dc5
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user