From 61b4216afb94b5df3935d7a222e6a344da32c6c8 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sat, 7 Jun 2014 19:34:09 +1000 Subject: [PATCH] script: fix capitalization in test fixture --- test/fixtures/script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/script.json b/test/fixtures/script.json index 1c1fa4a..ddb9387 100644 --- a/test/fixtures/script.json +++ b/test/fixtures/script.json @@ -52,7 +52,7 @@ }, { "description": "Invalid multisig script", - "asm": "0 0 0 OP_CHECKmulTISIG", + "asm": "0 0 0 OP_CHECKMULTISIG", "hex": "000000ae", "type": "nonstandard", "hash": "62ede8963f9387544935f168745262f703dab1fb",