@ -116,6 +116,8 @@ public class TransactionEntry extends Entry implements Comparable<TransactionEnt
if(this==o)returntrue;
if(o==null||getClass()!=o.getClass())returnfalse;
TransactionEntrythat=(TransactionEntry)o;
// Even though the txid identifies a transaction, receiving an incomplete set of script hash notifications can result in some inputs/outputs for a tx being missing.
// To resolve this we check the number of children, but not the children themselves (since we don't care here when they are spent)