From 370930f0ae8ad10aae22b4e05cf78261ae26b8b8 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Wed, 24 Feb 2021 20:41:22 +0100 Subject: [PATCH] ch07: transaction fee cost -> higher transaction fee costs --- ch07.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07.asciidoc b/ch07.asciidoc index 74b3d70f..3b1f058a 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -206,7 +206,7 @@ P2SH addresses hide all of the complexity, so that the person making a payment d * P2SH shifts the burden of constructing the script to the recipient, not the sender. * P2SH shifts the burden in data storage for the long script from the output (which additionally to being stored on the blockchain is in the UTXO set) to the input (only stored on the blockchain). * P2SH shifts the burden in data storage for the long script from the present time (payment) to a future time (when it is spent). -* P2SH shifts the transaction fee cost of a long script from the sender to the recipient, who has to include the long redeem script to spend it. +* P2SH shifts the higher transaction fee costs of a long script from the sender to the recipient, who has to include the long redeem script to spend it. ==== Redeem Script and Validation