mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
Dead transaction does not contain confidence depth and should not fail when sorting.
This commit is contained in:
parent
9446b1b625
commit
03652298e1
@ -2817,7 +2817,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
||||
}
|
||||
if (dead.size() > 0) {
|
||||
builder.append("\n>>> DEAD:\n");
|
||||
toStringHelper(builder, dead, chain, Transaction.SORT_TX_BY_HEIGHT);
|
||||
toStringHelper(builder, dead, chain, Transaction.SORT_TX_BY_UPDATE_TIME);
|
||||
}
|
||||
}
|
||||
if (includeExtensions && extensions.size() > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user