mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 06:44:16 +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() {
|
||||
return Collections.unmodifiableList(chunks);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user