From 3d659cec1624c93f9d2d124a8c3bcf243aec9a7c Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Tue, 14 Mar 2023 09:15:01 -1000 Subject: [PATCH] CH07: Leave future todo about implications of no script in scriptSig - E.g., the idea that it might have been possible to implement script delegation --- chapters/authorization-authentication.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/chapters/authorization-authentication.adoc b/chapters/authorization-authentication.adoc index 5b7f10a7..8e5d2e2f 100644 --- a/chapters/authorization-authentication.adoc +++ b/chapters/authorization-authentication.adoc @@ -244,6 +244,7 @@ to spend the UTXO. If any result other than "TRUE" remains after execution of the combined script, the input is invalid because it has failed to satisfy the spending conditions placed on the output. +//SOMEDAY:implications of not being able to use script in scriptSig [[p2pkh]] ==== Pay-to-Public-Key-Hash (P2PKH)