3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 07:12:17 +00:00

Minor whitespace/doc changes.

This commit is contained in:
Mike Hearn 2011-03-15 13:56:14 +00:00
parent 3d301fd1fc
commit d58ad311fe
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ public class TransactionOutput extends Message implements Serializable {
this.scriptBytes = Script.createOutputScript(to);
}
/** Used only in creation of the genesis block. */
/** Used only in creation of the genesis blocks and in unit tests. */
TransactionOutput(NetworkParameters params, byte[] scriptBytes) {
super(params);
this.scriptBytes = scriptBytes;