server: set new optional global TLV feature bit by default
This commit is contained in:
parent
9145c0fd38
commit
1345ca2038
@ -312,6 +312,7 @@ func newServer(listenAddrs []net.Addr, chanDB *channeldb.DB,
|
|||||||
}
|
}
|
||||||
|
|
||||||
globalFeatures := lnwire.NewRawFeatureVector()
|
globalFeatures := lnwire.NewRawFeatureVector()
|
||||||
|
globalFeatures.Set(lnwire.TLVOnionPayloadOptional)
|
||||||
|
|
||||||
var serializedPubKey [33]byte
|
var serializedPubKey [33]byte
|
||||||
copy(serializedPubKey[:], privKey.PubKey().SerializeCompressed())
|
copy(serializedPubKey[:], privKey.PubKey().SerializeCompressed())
|
||||||
|
Loading…
Reference in New Issue
Block a user