mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 14:50:57 +01:00
fix docblock for clearOutputs()
This commit is contained in:
parent
9f8501a7bf
commit
6c2fb16233
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ public class Transaction extends ChildMessage implements Serializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes all the inputs from this transaction.
|
* Removes all the outputs from this transaction.
|
||||||
* Note that this also invalidates the length attribute
|
* Note that this also invalidates the length attribute
|
||||||
*/
|
*/
|
||||||
public void clearOutputs() {
|
public void clearOutputs() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue