mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
multi: Update lnd to use new feature vector API.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
af49752d4d
commit
9fd77a6e40
@@ -32,7 +32,7 @@ func createChanAnnouncement(chanProof *channeldb.ChannelAuthProof,
|
||||
NodeID2: chanInfo.NodeKey2,
|
||||
ChainHash: chanInfo.ChainHash,
|
||||
BitcoinKey1: chanInfo.BitcoinKey1,
|
||||
Features: lnwire.NewFeatureVector([]lnwire.Feature{}),
|
||||
Features: lnwire.NewRawFeatureVector(),
|
||||
BitcoinKey2: chanInfo.BitcoinKey2,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user