script: fix capitalization in test fixture
This commit is contained in:
parent
eb3a6bcb31
commit
61b4216afb
1 changed files with 1 additions and 1 deletions
2
test/fixtures/script.json
vendored
2
test/fixtures/script.json
vendored
|
@ -52,7 +52,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Invalid multisig script",
|
"description": "Invalid multisig script",
|
||||||
"asm": "0 0 0 OP_CHECKmulTISIG",
|
"asm": "0 0 0 OP_CHECKMULTISIG",
|
||||||
"hex": "000000ae",
|
"hex": "000000ae",
|
||||||
"type": "nonstandard",
|
"type": "nonstandard",
|
||||||
"hash": "62ede8963f9387544935f168745262f703dab1fb",
|
"hash": "62ede8963f9387544935f168745262f703dab1fb",
|
||||||
|
|
Loading…
Reference in a new issue