1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 18:20:13 +00:00
parent c79f17b349
commit 39e518e81e

View File

@ -314,7 +314,7 @@ image::images/mbc3_0704.png["Tx_Script_P2PubKeyHash_2"]
Multisignature scripts((("scripts", "multisignature", id="script-multisignature")))((("multisignature scripts", id="multi-script"))) set a condition where _k_ public keys Multisignature scripts((("scripts", "multisignature", id="script-multisignature")))((("multisignature scripts", id="multi-script"))) set a condition where _k_ public keys
are recorded in the script and at least _t_ of those must provide are recorded in the script and at least _t_ of those must provide
signatures to spend the funds, called t-of-k. signatures to spend the funds, called _t_-of-_k_.
For example, a 2-of-3 multisignature is one For example, a 2-of-3 multisignature is one
where three public keys are listed as potential signers and at least two where three public keys are listed as potential signers and at least two
of those must be used to create signatures for a valid transaction to of those must be used to create signatures for a valid transaction to