From 198bae19d1a879abc4fcb834f72af51d6b2b7c17 Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 14:38:22 +0000 Subject: [PATCH] Edited ch08_signatures.adoc with Atlas code editor --- ch08_signatures.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.