mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
multi: switch to lock time from sequence for coop close v2
This commit is contained in:
@@ -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{},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user