multi: switch to lock time from sequence for coop close v2

This commit is contained in:
Olaoluwa Osuntokun
2024-09-24 15:35:55 +09:00
parent 2decea86d8
commit 540d3c0fc7
5 changed files with 18 additions and 41 deletions

View File

@@ -1352,7 +1352,7 @@ func TestLightningWireProtocol(t *testing.T) {
req := ClosingComplete{
ChannelID: ChannelID(c),
FeeSatoshis: btcutil.Amount(r.Int63()),
Sequence: uint32(r.Int63()),
LockTime: uint32(r.Int63()),
ClosingSigs: ClosingSigs{},
}