From 3e6ae4aaee1df0516f26cfd3a164dc2b281085b7 Mon Sep 17 00:00:00 2001 From: krupawan5618 Date: Fri, 5 Mar 2021 17:19:30 -0500 Subject: [PATCH] Update ch07.asciidoc Updated the P2SH unlocking script to state that just signatures are required to satisfy unlocking conditions, as depicted by the examples. --- ch07.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch07.asciidoc b/ch07.asciidoc index d179253f..adb68b4c 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -30,12 +30,11 @@ A locking script setting a 2-of-3 multisignature condition looks like this: 2 3 CHECKMULTISIG ---- -The preceding locking script can be satisfied with an unlocking script containing pairs of signatures and public keys: +The preceding locking script can be satisfied with an unlocking script containing any combination of two signatures from the private keys corresponding to the three listed public keys: ---- ---- -or any combination of two signatures from the private keys corresponding to the three listed public keys. The two scripts together would form the combined validation script: