mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-06 21:42:39 +02:00
Merge branch '0-18-3-branch-9002' into 0-18-3-branch
This commit is contained in:
@@ -2232,7 +2232,7 @@ func (d *AuthenticatedGossiper) updateChannel(info *models.ChannelEdgeInfo,
|
|||||||
BitcoinKey1: info.BitcoinKey1Bytes,
|
BitcoinKey1: info.BitcoinKey1Bytes,
|
||||||
Features: lnwire.NewRawFeatureVector(),
|
Features: lnwire.NewRawFeatureVector(),
|
||||||
BitcoinKey2: info.BitcoinKey2Bytes,
|
BitcoinKey2: info.BitcoinKey2Bytes,
|
||||||
ExtraOpaqueData: edge.ExtraOpaqueData,
|
ExtraOpaqueData: info.ExtraOpaqueData,
|
||||||
}
|
}
|
||||||
chanAnn.NodeSig1, err = lnwire.NewSigFromECDSARawSignature(
|
chanAnn.NodeSig1, err = lnwire.NewSigFromECDSARawSignature(
|
||||||
info.AuthProof.NodeSig1Bytes,
|
info.AuthProof.NodeSig1Bytes,
|
||||||
|
@@ -64,6 +64,10 @@ commitment when the channel was force closed.
|
|||||||
cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
|
cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
|
||||||
correctly on restart.
|
correctly on restart.
|
||||||
|
|
||||||
|
* [A bug has been fixed that could cause invalid channel
|
||||||
|
announcements](https://github.com/lightningnetwork/lnd/pull/9002) to be
|
||||||
|
generated if the inbound fee discount is used.
|
||||||
|
|
||||||
# New Features
|
# New Features
|
||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
## RPC Additions
|
## RPC Additions
|
||||||
|
Reference in New Issue
Block a user