mirror of
https://github.com/lightning/bolts.git
synced 2025-02-23 14:40:41 +01:00
Make it clear that lower 24 bits of locktime is lower 24 bits of the obscured commitment transaction number
This commit is contained in:
parent
669babb843
commit
f8f5fa6312
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Most transaction outputs used here are P2WSH outputs, the segwit version of P2SH
|
|||
|
||||
## Commitment Transaction
|
||||
* version: 2
|
||||
* locktime: lower 24 bits are the obscured commitment transaction number.
|
||||
* locktime: lower 24 bits are the lower 24 bits of the obscured commitment transaction number.
|
||||
* txin count: 1
|
||||
* `txin[0]` outpoint: `txid` and `output_index` from `funding_created` message
|
||||
* `txin[0]` sequence: lower 24 bits are upper 24 bits of the obscured commitment transaction number.
|
||||
|
|
Loading…
Add table
Reference in a new issue