diff --git a/lib/miner/miner.js b/lib/miner/miner.js index 664fc01a..dfda84bf 100644 --- a/lib/miner/miner.js +++ b/lib/miner/miner.js @@ -376,7 +376,7 @@ Miner.prototype.getSorted = function getSorted() { hash = tx.hash('hex'); if (--count[hash] === 0) - result.push(entry); + top.push(entry); } }