mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01: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