From f8a70bea115ab0a44ef129d51f9a32aa5966e023 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Tue, 18 Nov 2014 08:07:18 -0800 Subject: [PATCH] Made changes to ch05.asciidoc --- ch05.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index ad7959fe..ff8fdec1 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -557,9 +557,9 @@ If the redeem script hash matches, the unlocking script is executed on its own, P2SH addresses hide all of the complexity, so that the person making a payment does not see the script. -===== Benefits of Pay-to-Script-Hash +===== Benefits of pay-to-script-hash -((("Pay-to-Script-Hash (P2SH)","benefits of")))The Pay-to-Script-Hash feature offers the following benefits compared to the direct use of complex scripts in locking outputs: +((("Pay-to-script-hash (P2SH)","benefits of")))The pay-to-script-hash feature offers the following benefits compared to the direct use of complex scripts in locking outputs: * Complex scripts are replaced by shorter fingerprints in the transaction output, making the transaction smaller. * Scripts can be coded as an address, so the sender and the sender's wallet don't need complex engineering to implement P2SH.