mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
BOLT 3: use code block for multi-sig script
This commit modifies BOLT 3 slightly to use a code block for the multi-sig script. Without this change, the script doesn't display correctly, as the angle brackets are interpreted as markdown syntax.
This commit is contained in:
parent
fc9975f529
commit
17060cbf9d
@ -9,8 +9,8 @@ Lexicographic ordering as per BIP 69.
|
||||
## Funding Transaction Output
|
||||
|
||||
* The funding output script is a pay-to-witness-script-hash<sup>[BIP141](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#witness-program)</sup> to:
|
||||
* 0 2 <key1> <key2> 2 OP_CHECKMULTISIG
|
||||
* Where <key1> is the numerically lesser of the two DER-encoded `funding-pubkey` and <key2> is the greater.
|
||||
* `0 2 <key1> <key2> 2 OP_CHECKMULTISIG`
|
||||
* Where `<key1>` is the numerically lesser of the two DER-encoded `funding-pubkey` and `<key2>` is the greater.
|
||||
|
||||
## Commitment Transaction
|
||||
* version: 2
|
||||
|
Loading…
Reference in New Issue
Block a user