mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 14:50:57 +01:00
ScriptChunk: Fix immutability.
This commit is contained in:
parent
67722ff0e8
commit
e2e763bd33
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class ScriptChunk {
|
|||
*/
|
||||
@Nullable
|
||||
public final byte[] data;
|
||||
private int startLocationInProgram;
|
||||
private final int startLocationInProgram;
|
||||
|
||||
public ScriptChunk(int opcode, byte[] data) {
|
||||
this(opcode, data, -1);
|
||||
|
|
Loading…
Add table
Reference in a new issue