From 8cea3866d0f7fb12d567a20744942c0d078c7d15 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Thu, 26 Oct 2017 14:26:30 +0200 Subject: [PATCH] Update script_test.go Typo fix --- txscript/script_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txscript/script_test.go b/txscript/script_test.go index 501716f6..6a725e27 100644 --- a/txscript/script_test.go +++ b/txscript/script_test.go @@ -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, ""),