diff --git a/ch08_signatures.adoc b/ch08_signatures.adoc index 62d6cb40..f6fe289f 100644 --- a/ch08_signatures.adoc +++ b/ch08_signatures.adoc @@ -8,7 +8,7 @@ These algorithms are used for digital signatures based on elliptic curve private/public key pairs, as described in <>. They are used for spending segwit v0 P2WPKH outputs, segwit v1 P2TR keypath spending, and by the script functions +OP_CHECKSIG+, -+OP_CHECKSIGVERIFY+, +OP_CHECKMULTISIG+, +OP_CHECKMULTISIGVERIFY+, and ++OP_CHECKSIGVERIFY+, +OP_CHECKMULTISIG+, [.keep-together]#+OP_CHECKMULTISIGVERIFY+,# and +OP_CHECKSIGADD+. Any time one of those is executed, a signature must be provided.