diff --git a/ch04.asciidoc b/ch04.asciidoc index 67b857e5..364baee7 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -847,7 +847,7 @@ A pay-to-script-hash address is created from a transaction script, which defines script hash = RIPEMD160(SHA256(script)) ---- -The resulting "script hash" is encoded with Base58Check with a version prefix of 5, which results in an encoded address starting with a +3+. An example of a P2SH address is +32M8ednmuyZ2zVbes4puqe44NZumgG92sM+ +The resulting "script hash" is encoded with Base58Check with a version prefix of 5, which results in an encoded address starting with a +3+. An example of a P2SH address is +32M8ednmuyZ2zVbes4puqe44NZumgG92sM+. [TIP]