@@ -16,27 +16,27 @@ const (
16
16
17
17
// DPMaxHtlcValueInFlightMsat is the TLV type number that identifies the
18
18
// record for DynPropose.MaxValueInFlight.
19
- DPMaxHtlcValueInFlightMsat tlv.Type = 1
19
+ DPMaxHtlcValueInFlightMsat tlv.Type = 2
20
20
21
21
// DPHtlcMinimumMsat is the TLV type number that identifies the record
22
22
// for DynPropose.HtlcMinimum.
23
- DPHtlcMinimumMsat tlv.Type = 7
23
+ DPHtlcMinimumMsat tlv.Type = 4
24
24
25
25
// DPChannelReserveSatoshis is the TLV type number that identifies the
26
26
// for DynPropose.ChannelReserve.
27
- DPChannelReserveSatoshis tlv.Type = 2
27
+ DPChannelReserveSatoshis tlv.Type = 6
28
28
29
29
// DPToSelfDelay is the TLV type number that identifies the record for
30
30
// DynPropose.CsvDelay.
31
- DPToSelfDelay tlv.Type = 3
31
+ DPToSelfDelay tlv.Type = 8
32
32
33
33
// DPMaxAcceptedHtlcs is the TLV type number that identifies the record
34
34
// for DynPropose.MaxAcceptedHTLCs.
35
- DPMaxAcceptedHtlcs tlv.Type = 4
35
+ DPMaxAcceptedHtlcs tlv.Type = 10
36
36
37
37
// DPChannelType is the TLV type number that identifies the record for
38
38
// DynPropose.ChannelType.
39
- DPChannelType tlv.Type = 6
39
+ DPChannelType tlv.Type = 12
40
40
)
41
41
42
42
// DynPropose is a message that is sent during a dynamic commitments negotiation
0 commit comments