mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
Fix documentation
This commit is contained in:
@@ -379,7 +379,7 @@ public class Transaction extends ChildMessage implements Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the difference of {@link Transaction#getValueSentFromMe(TransactionBag)} and {@link Transaction#getValueSentToMe(TransactionBag)}.
|
* Returns the difference of {@link Transaction#getValueSentToMe(TransactionBag)} and {@link Transaction#getValueSentFromMe(TransactionBag)}.
|
||||||
*/
|
*/
|
||||||
public Coin getValue(TransactionBag wallet) throws ScriptException {
|
public Coin getValue(TransactionBag wallet) throws ScriptException {
|
||||||
return getValueSentToMe(wallet).subtract(getValueSentFromMe(wallet));
|
return getValueSentToMe(wallet).subtract(getValueSentFromMe(wallet));
|
||||||
|
|||||||
Reference in New Issue
Block a user