From 555be41b2bab0ad88f45e1a0ea984df76b21a3d6 Mon Sep 17 00:00:00 2001 From: Ning Shang Date: Mon, 18 Jan 2021 19:59:41 -0800 Subject: [PATCH] ch07: 2-of-5 instead of 2-of-3 for Mohammed's example The example is a 2-of-5 multisig, according to the Pay-to-Script-Hash example description earlier, and the P2SH example a few lines below. --- ch07.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07.asciidoc b/ch07.asciidoc index ebbc82f6..f029e293 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -761,7 +761,7 @@ The ((("use cases", "import/export", id="mohamappd")))second type of witness pro HASH160 54c557e07dde5bb6cb791c7a540e0a4796f5e97e EQUAL ---- -This P2SH script references the hash of a _redeem script_ that defines a 2-of-3 multisignature requirement to spend funds. To spend this output, Mohammed's company would present the redeem script (whose hash matches the script hash in the P2SH output) and the signatures necessary to satisfy that redeem script, all inside the transaction input: +This P2SH script references the hash of a _redeem script_ that defines a 2-of-5 multisignature requirement to spend funds. To spend this output, Mohammed's company would present the redeem script (whose hash matches the script hash in the P2SH output) and the signatures necessary to satisfy that redeem script, all inside the transaction input: .Decoded transaction showing a P2SH output being spent ----