From d26a2b9241f081e376c5ec6cc7cf454a345f3bfe Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 10:47:55 +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 7bdadfa9..e342ce7a 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -74,7 +74,7 @@ validation mechanism from being used as a vulnerability. ==== Stateless Verification -The Bitcoin transaction script language is +The ((("scripts", "stateless verification")))((("stateless script verification")))((("verifying", "scripts")))Bitcoin transaction script language is stateless, in that there is no state prior to execution of the script, or state saved after execution of the script. All the information needed to execute a script is contained within the script