mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-11 01:35:29 +01:00
Update script_test.go
Typo fix
This commit is contained in:
parent
c7588cbf76
commit
8cea3866d0
1 changed files with 1 additions and 1 deletions
|
@ -3975,7 +3975,7 @@ func TestRemoveOpcodes(t *testing.T) {
|
||||||
after: "CAT",
|
after: "CAT",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "invalid length (insruction)",
|
name: "invalid length (instruction)",
|
||||||
before: "PUSHDATA1",
|
before: "PUSHDATA1",
|
||||||
remove: OP_CODESEPARATOR,
|
remove: OP_CODESEPARATOR,
|
||||||
err: scriptError(ErrMalformedPush, ""),
|
err: scriptError(ErrMalformedPush, ""),
|
||||||
|
|
Loading…
Add table
Reference in a new issue