|
5 | 5 | { |
6 | 6 | "id": "error_invalid_p2pkh_wrong_signature", |
7 | 7 | "description": "P2PKH script verification fails due to wrong signature (malformed final opcode)", |
8 | | - "method": "script_pubkey.verify", |
| 8 | + "method": "btck_script_pubkey_verify", |
9 | 9 | "params": { |
10 | 10 | "script_pubkey_hex": "76a9144bfbaf6afb76cc5771bc6404810d1cc041a6933988ff", |
11 | 11 | "amount": 0, |
|
31 | 31 | { |
32 | 32 | "id": "error_invalid_p2sh_segwit_wrong_amount", |
33 | 33 | "description": "P2SH-wrapped SegWit verification fails due to incorrect amount", |
34 | | - "method": "script_pubkey.verify", |
| 34 | + "method": "btck_script_pubkey_verify", |
35 | 35 | "params": { |
36 | 36 | "script_pubkey_hex": "a91434c06f8c87e355e123bdc6dda4ffabc64b6989ef87", |
37 | 37 | "amount": 900000, |
|
57 | 57 | { |
58 | 58 | "id": "error_invalid_native_segwit_wrong_script", |
59 | 59 | "description": "Native SegWit verification fails due to malformed witness script hash", |
60 | | - "method": "script_pubkey.verify", |
| 60 | + "method": "btck_script_pubkey_verify", |
61 | 61 | "params": { |
62 | 62 | "script_pubkey_hex": "0020701a8d401c84fb13e6baf169d59684e17abd9fa216c8cc5b9fc63d622ff8c58f", |
63 | 63 | "amount": 18393430, |
|
83 | 83 | { |
84 | 84 | "id": "error_tx_input_index_out_of_bounds", |
85 | 85 | "description": "Input index exceeds the number of inputs in the transaction", |
86 | | - "method": "script_pubkey.verify", |
| 86 | + "method": "btck_script_pubkey_verify", |
87 | 87 | "params": { |
88 | 88 | "script_pubkey_hex": "76a9144bfbaf6afb76cc5771bc6404810d1cc041a6933988ac", |
89 | 89 | "amount": 0, |
|
114 | 114 | { |
115 | 115 | "id": "error_spent_outputs_mismatch", |
116 | 116 | "description": "Spent outputs array length doesn't match transaction input count", |
117 | | - "method": "script_pubkey.verify", |
| 117 | + "method": "btck_script_pubkey_verify", |
118 | 118 | "params": { |
119 | 119 | "script_pubkey_hex": "76a9144bfbaf6afb76cc5771bc6404810d1cc041a6933988ac", |
120 | 120 | "amount": 0, |
|
149 | 149 | { |
150 | 150 | "id": "error_invalid_flags", |
151 | 151 | "description": "Verification flags contain invalid bits", |
152 | | - "method": "script_pubkey.verify", |
| 152 | + "method": "btck_script_pubkey_verify", |
153 | 153 | "params": { |
154 | 154 | "script_pubkey_hex": "76a9144bfbaf6afb76cc5771bc6404810d1cc041a6933988ac", |
155 | 155 | "amount": 0, |
|
173 | 173 | { |
174 | 174 | "id": "error_invalid_flags_combination", |
175 | 175 | "description": "VERIFY_WITNESS flag requires P2SH flag to be set as well", |
176 | | - "method": "script_pubkey.verify", |
| 176 | + "method": "btck_script_pubkey_verify", |
177 | 177 | "params": { |
178 | 178 | "script_pubkey_hex": "76a9144bfbaf6afb76cc5771bc6404810d1cc041a6933988ac", |
179 | 179 | "amount": 0, |
|
197 | 197 | { |
198 | 198 | "id": "error_spent_outputs_required", |
199 | 199 | "description": "Taproot verification requires spent outputs to be provided", |
200 | | - "method": "script_pubkey.verify", |
| 200 | + "method": "btck_script_pubkey_verify", |
201 | 201 | "params": { |
202 | 202 | "script_pubkey_hex": "76a9144bfbaf6afb76cc5771bc6404810d1cc041a6933988ac", |
203 | 203 | "amount": 0, |
|
0 commit comments