Update script_test.go

Typo fix
This commit is contained in:
Janus Troelsen 2017-10-26 14:26:30 +02:00 committed by GitHub
parent c7588cbf76
commit 8cea3866d0

View file

@ -3975,7 +3975,7 @@ func TestRemoveOpcodes(t *testing.T) {
after: "CAT",
},
{
name: "invalid length (insruction)",
name: "invalid length (instruction)",
before: "PUSHDATA1",
remove: OP_CODESEPARATOR,
err: scriptError(ErrMalformedPush, ""),