mirror of
https://github.com/lnbook/lnbook
synced 2024-11-01 03:20:53 +00:00
commit
909c8190c9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user