mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
lnwire: add custom records field to type CommitSig
This commit is contained in:
@@ -945,6 +945,8 @@ func TestLightningWireProtocol(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
req.CustomRecords = randCustomRecords(t, r)
|
||||
|
||||
// 50/50 chance to attach a partial sig.
|
||||
if r.Int31()%2 == 0 {
|
||||
req.PartialSig = somePartialSigWithNonce(t, r)
|
||||
|
Reference in New Issue
Block a user