fix docblock for clearOutputs()

This commit is contained in:
Jameson Lopp 2015-06-29 11:19:45 -04:00
parent 9f8501a7bf
commit 6c2fb16233

View file

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