mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
multi: rename AnnounceSignatures to AnnounceSignatures1
In preparation for adding a new message, AnnounceSignatures2 along with an AnnounceSignatures interface, we rename the existing message to AnnounceSignatures1.
This commit is contained in:
@@ -4145,7 +4145,7 @@ func (f *Manager) ensureInitialForwardingPolicy(chanID lnwire.ChannelID,
|
||||
type chanAnnouncement struct {
|
||||
chanAnn *lnwire.ChannelAnnouncement
|
||||
chanUpdateAnn *lnwire.ChannelUpdate
|
||||
chanProof *lnwire.AnnounceSignatures
|
||||
chanProof *lnwire.AnnounceSignatures1
|
||||
}
|
||||
|
||||
// newChanAnnouncement creates the authenticated channel announcement messages
|
||||
@@ -4337,7 +4337,7 @@ func (f *Manager) newChanAnnouncement(localPubKey,
|
||||
// Finally, we'll generate the announcement proof which we'll use to
|
||||
// provide the other side with the necessary signatures required to
|
||||
// allow them to reconstruct the full channel announcement.
|
||||
proof := &lnwire.AnnounceSignatures{
|
||||
proof := &lnwire.AnnounceSignatures1{
|
||||
ChannelID: chanID,
|
||||
ShortChannelID: shortChanID,
|
||||
}
|
||||
|
Reference in New Issue
Block a user