3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 10:15:52 +00:00

Script: better comment.

This commit is contained in:
Mike Hearn 2014-09-17 17:38:03 +02:00
parent 40c73eeac2
commit 88c4918f93

View File

@ -137,7 +137,7 @@ public class Script {
} }
} }
/** Returns an immutable list of the scripts parsed form. */ /** Returns an immutable list of the scripts parsed form. Each chunk is either an opcode or data element. */
public List<ScriptChunk> getChunks() { public List<ScriptChunk> getChunks() {
return Collections.unmodifiableList(chunks); return Collections.unmodifiableList(chunks);
} }