From 0d1070fd8f35dbfec068fd57246548898c189363 Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Tue, 8 Jun 2021 20:47:42 +1000 Subject: [PATCH] Use 'through' instead of 'those' --- 09_4_Scripting_a_P2PKH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_4_Scripting_a_P2PKH.md b/09_4_Scripting_a_P2PKH.md index 5b677e5..2512eb3 100644 --- a/09_4_Scripting_a_P2PKH.md +++ b/09_4_Scripting_a_P2PKH.md @@ -346,7 +346,7 @@ error: Signature is found in scriptCode ``` (Unfortunately this checking may or may not be working at any point due to vagaries of the Bitcoin Core and `btcdeb` code.) -As is shown, a P2PKH is quite simple: its protection comes about those the strength of its cryptography. +As is shown, a P2PKH is quite simple: its protection comes about through the strength of its cryptography. ### How to Look Up a Pub Key & Signature by Hand