From fb2377bcabd861455e42bcc7228af8786e7c08b7 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 12:10:41 +0000 Subject: [PATCH] Edited ch07_authorization-authentication.adoc with Atlas code editor --- ch07_authorization-authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index 9d93c677..a960f9ad 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -1905,7 +1905,7 @@ between a spend by a million users involved in an extraordinarily complex contract or a single user just spending their saved bitcoins. When spending is possible using just the key, such as for a single signature -or scriptless multisignature, that is called _keypath spending_. When +or scriptless multisignature, that is((("keypath spending")))((("scriptpath spending"))) called _keypath spending_. When the tree of scripts is used, that is called _scriptpath spending_. For keypath spending, the data that gets put onchain is the public key (in a witness program) and the signature (on the witness stack).