mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
TODO: Fix Taproot functional test
This commit is contained in:
parent
cab02b4d5c
commit
4ab16a0b28
1 changed files with 1 additions and 0 deletions
|
@ -598,6 +598,7 @@ def byte_popper(expr):
|
||||||
ERR_SIG_SIZE = {"err_msg": "Invalid Schnorr signature size"}
|
ERR_SIG_SIZE = {"err_msg": "Invalid Schnorr signature size"}
|
||||||
ERR_SIG_HASHTYPE = {"err_msg": "Invalid Schnorr signature hash type"}
|
ERR_SIG_HASHTYPE = {"err_msg": "Invalid Schnorr signature hash type"}
|
||||||
ERR_SIG_SCHNORR = {"err_msg": "Invalid Schnorr signature"}
|
ERR_SIG_SCHNORR = {"err_msg": "Invalid Schnorr signature"}
|
||||||
|
ERR_SIG_SCHNORR_BATCH = {"err_msg": "Schnorr batch validation failed"}
|
||||||
ERR_OP_RETURN = {"err_msg": "OP_RETURN was encountered"}
|
ERR_OP_RETURN = {"err_msg": "OP_RETURN was encountered"}
|
||||||
ERR_CONTROLBLOCK_SIZE = {"err_msg": "Invalid Taproot control block size"}
|
ERR_CONTROLBLOCK_SIZE = {"err_msg": "Invalid Taproot control block size"}
|
||||||
ERR_WITNESS_PROGRAM_MISMATCH = {"err_msg": "Witness program hash mismatch"}
|
ERR_WITNESS_PROGRAM_MISMATCH = {"err_msg": "Witness program hash mismatch"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue