funding: by default, signal to announce initiated channel to network
This commit is contained in:
parent
9a2c2cdf86
commit
3764e5c65e
@ -2088,6 +2088,7 @@ func (f *fundingManager) handleInitFundingMsg(msg *initFundingMsg) {
|
|||||||
PaymentPoint: ourContribution.PaymentBasePoint,
|
PaymentPoint: ourContribution.PaymentBasePoint,
|
||||||
DelayedPaymentPoint: ourContribution.DelayBasePoint,
|
DelayedPaymentPoint: ourContribution.DelayBasePoint,
|
||||||
FirstCommitmentPoint: ourContribution.FirstCommitmentPoint,
|
FirstCommitmentPoint: ourContribution.FirstCommitmentPoint,
|
||||||
|
ChannelFlags: lnwire.FFAnnounceChannel,
|
||||||
}
|
}
|
||||||
if err := f.cfg.SendToPeer(peerKey, &fundingOpen); err != nil {
|
if err := f.cfg.SendToPeer(peerKey, &fundingOpen); err != nil {
|
||||||
fndgLog.Errorf("Unable to send funding request message: %v", err)
|
fndgLog.Errorf("Unable to send funding request message: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user