1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 11:07:56 +00:00
parent 7dbbcfd9f3
commit 82e684bae8

View File

@ -615,7 +615,7 @@ If the redeem script hash matches, the redeem script is executed:
==== P2SH Addresses
Another
important ((("addresses", "P2SH")))part of the P2SH feature is the ability to encode a script
important ((("addresses", "P2SH (pay to script hash)")))part of the P2SH feature is the ability to encode a script
hash as an address, as defined in BIP13. P2SH addresses are base58check
encodings of the 20-byte hash of a script, just like Bitcoin addresses
are base58check encodings of the 20-byte hash of a public key. P2SH