mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-17 13:22:51 +01:00
bip-0348: correct reference to Tapscript unknown key types
Author confused bip-0341, which defines the Taproot construction, with bip-0342, which defines the Tapscript scripting system. Unknown key types are defined in the latter, as part of the semantics of the CHECKSIG{VERIFY} and CHECKSIGADD opcodes.
This commit is contained in:
parent
7e15925f91
commit
97a7edb0da
@ -28,7 +28,7 @@ message, and a signature. If the signature is valid for that public key and
|
||||
message, 1 is pushed to the stack. If the signature is the empty vector, 0 is
|
||||
pushed to the stack, and otherwise script execution fails.
|
||||
|
||||
Only 32-byte keys are constrained. Similar to [BIP 341] unknown key types, for
|
||||
Only 32-byte keys are constrained. Similar to [BIP 342] unknown key types, for
|
||||
other key lengths no signature verification is performed and it is considered
|
||||
successful.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user