From fb880ea2af1e11f94c72726c0b1f1f161e711a01 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 11:01:08 +0000 Subject: [PATCH] Edited ch07_authorization-authentication.adoc with Atlas code editor --- ch07_authorization-authentication.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index cf0f5997..839a48de 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -309,7 +309,7 @@ image::images/mbc3_0704.png["Tx_Script_P2PubKeyHash_2"] [[multisig]] === Scripted Multisignatures -Multisignature scripts set a condition where _k_ public keys +Multisignature scripts((("scripts", "multisignature", id="script-multisignature")))((("multisignature scripts", id="multi-script"))) set a condition where _k_ public keys are recorded in the script and at least _t_ of those must provide signatures to spend the funds, called t-of-k. For example, a 2-of-3 multisignature is one @@ -460,7 +460,7 @@ book, we simply call it an oddity. From now on, if you see a multisig script, you should expect to see an extra +OP_0+ in the beginning, whose only purpose is as a -workaround to an oddity in the consensus rules. +workaround to an oddity in the ((("scripts", "multisignature", startref="script-multisignature")))((("multisignature scripts", startref="multi-script")))consensus rules. [[p2sh]] === Pay to Script Hash