diff --git a/ch07.asciidoc b/ch07.asciidoc index d179253f..23cc11ec 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -177,7 +177,10 @@ If the redeem script hash matches, the unlocking script is executed on its own, 2 PK1 PK2 PK3 PK4 PK5 5 CHECKMULTISIG ---- -Almost all the scripts described in this chapter can only be implemented as P2SH scripts. They cannot be used directly in the locking script of an UTXO.((("", startref="mohamseven"))) +[TIP] +==== +Remember, standard multisignature scripts are limited to at most 3 listed public keys (as determined by IsStandard() function), while P2SH allows for up to 15 public keys. For example, using a 2 of 5 standard multisignature locking script cannot be used directly in the locking script of an UTXO and would invalidate the transaction. Furthermore, a transaction input cannot include more than 15 public keys to redeem a P2SH. ((("", startref="mohamseven"))) +==== ==== P2SH Addresses