mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 10:12:19 +01: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…
Reference in New Issue
Block a user