1
0
Fork 0
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:
Christopher Jämthagen 2016-12-10 05:01:34 +01:00 committed by Rusty Russell
parent 669babb843
commit f8f5fa6312

View file

@ -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.