From 92638e60131f6fb8a64d1fe7d8ce0ea536f4bb9d Mon Sep 17 00:00:00 2001 From: "drusselloctal@gmail.com" Date: Sat, 1 Nov 2014 11:41:06 -0700 Subject: [PATCH] Made changes to ch04.asciidoc --- ch04.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]