1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 08:10:54 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 11:07:46 +00:00
parent c99a7908ed
commit 7dbbcfd9f3

View File

@ -615,7 +615,7 @@ If the redeem script hash matches, the redeem script is executed:
==== P2SH Addresses
Another
important part of the P2SH feature is the ability to encode a script
important ((("addresses", "P2SH")))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