From 01f2a6b55b55356b9008fa7ca54ce5ca8622c425 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 10:50:40 +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 c657060c..b2717d55 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -104,7 +104,7 @@ of the time in legacy transactions they contain a digital signature produced by wallet from his or her private key, but not all input scripts must contain signatures. -Every Bitcoin validating node will validate transactions by executing +Every Bitcoin((("transactions", "validating")))((("validating", "transactions"))) validating node will validate transactions by executing the output and input scripts. As we saw in <>, each input contains an outpoint that refers to a previous transaction output. The input also contains an input script. The