miner: fix sorting.
This commit is contained in:
parent
3cc5ce16b9
commit
f629c6db5c
@ -376,7 +376,7 @@ Miner.prototype.getSorted = function getSorted() {
|
||||
hash = tx.hash('hex');
|
||||
|
||||
if (--count[hash] === 0)
|
||||
result.push(entry);
|
||||
top.push(entry);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user