diff --git a/core/src/main/java/com/google/bitcoin/core/Transaction.java b/core/src/main/java/com/google/bitcoin/core/Transaction.java index fcf2f0cc..7b0ec766 100644 --- a/core/src/main/java/com/google/bitcoin/core/Transaction.java +++ b/core/src/main/java/com/google/bitcoin/core/Transaction.java @@ -371,7 +371,8 @@ public class Transaction extends ChildMessage implements Serializable { } /** - * Returns true if every output owned by the given wallet is spent. + * Returns false if this transaction has at least one output that is owned by the given wallet and unspent, true + * otherwise. */ public boolean isEveryOwnedOutputSpent(Wallet wallet) { maybeParse();