From 280f84c8a57a1dd4f777a4e88ae5ad9ccd69f715 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 19:59:30 +0000 Subject: [PATCH] Edited ch04_keys.adoc with Atlas code editor --- ch04_keys.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch04_keys.adoc b/ch04_keys.adoc index 9639df59..8519c3d6 100644 --- a/ch04_keys.adoc +++ b/ch04_keys.adoc @@ -872,7 +872,7 @@ for which she needs to pay transaction fees every time she wants to spend money small commitments to large amounts of data also applies here. The BIP16 upgrade to the Bitcoin protocol in 2012 allows an -output script to ((("redemption scripts", id="redeem-script")))commit to a _redemption script_ (_redeem script_). When +output script to ((("redeem scripts", id="redeem-script")))commit to a _redemption script_ (_redeem script_). When Bob spends his bitcoins, his input script needs to provide a redeem script that matches the commitment and also any data necessary to satisfy the redeem script (such as signatures). Let's start by imagining Bob wants @@ -939,7 +939,7 @@ transactions. P2PKH and P2SH are the only two script templates used with base58check encoding. They are now known as legacy addresses and have become less common over time. -Legacy addresses were supplanted by the bech32 family of ((("redemption scripts", startref="redeem-script")))addresses. +Legacy addresses were supplanted by the bech32 family of ((("redeem scripts", startref="redeem-script")))addresses. [[p2sh_collision_attacks]] .P2SH Collision Attacks