3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00

Clarify another JavaDoc.

This commit is contained in:
Mike Hearn 2013-02-14 19:04:27 +01:00
parent 7ccd81c462
commit d310c289ab

View File

@ -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();