1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 10:50:40 +00:00
parent a6f88d4dd5
commit 01f2a6b55b

View File

@ -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
<<c_transactions>>, each input contains an outpoint that refers to a
previous transaction output. The input also contains an input script. The