2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
This commit is contained in:
Justin Moon 2020-11-21 17:25:53 -06:00
parent 4b3fd986c1
commit ae9b49b892

View File

@ -119,7 +119,7 @@ The Bitcoin scripting language provides a multisignature building block (primiti
The script for an K-of-N multisignature is:
----
K <PubKey1> <PubKey2> ... PubKeyN N CHECKMULTISIG
K <PubKey1> <PubKey2> ... <PubKeyN> N CHECKMULTISIG
----
where N is the total number of listed public keys (Public Key 1 through Public Key N) and K is the threshold of required signatures to spend the output.