mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
refactor: Extract ParseOpCode from ParseScript
A second lookup in mapOpNames is also removed.
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
{ "exec": "./bitcoin-tx",
|
||||
"args": ["-create", "outscript=0:123badscript"],
|
||||
"return_code": 1,
|
||||
"error_txt": "error: script parse error",
|
||||
"error_txt": "error: script parse error: unknown opcode",
|
||||
"description": "Create a new transaction with an invalid output script"
|
||||
},
|
||||
{ "exec": "./bitcoin-tx",
|
||||
|
||||
Reference in New Issue
Block a user