miner: fix sorting.

This commit is contained in:
Christopher Jeffrey 2016-10-06 02:31:50 -07:00
parent 3cc5ce16b9
commit f629c6db5c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -376,7 +376,7 @@ Miner.prototype.getSorted = function getSorted() {
hash = tx.hash('hex');
if (--count[hash] === 0)
result.push(entry);
top.push(entry);
}
}