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:
parent
7ccd81c462
commit
d310c289ab
@ -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) {
|
public boolean isEveryOwnedOutputSpent(Wallet wallet) {
|
||||||
maybeParse();
|
maybeParse();
|
||||||
|
Loading…
Reference in New Issue
Block a user