mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 00:27:00 +00:00
cormorant: fix wallet loading with multiple ancestors in the mempool
This commit is contained in:
@@ -49,7 +49,7 @@ public class TxEntry implements Comparable<TxEntry> {
|
||||
return height - o.height;
|
||||
}
|
||||
|
||||
if(height == 0) {
|
||||
if(height <= 0) {
|
||||
return tx_hash.compareTo(o.tx_hash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user