mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 02:05:53 +00:00
Script: better comment.
This commit is contained in:
parent
40c73eeac2
commit
88c4918f93
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user