diff --git a/server.go b/server.go index 7687d095..d1b89ccd 100644 --- a/server.go +++ b/server.go @@ -312,6 +312,7 @@ func newServer(listenAddrs []net.Addr, chanDB *channeldb.DB, } globalFeatures := lnwire.NewRawFeatureVector() + globalFeatures.Set(lnwire.TLVOnionPayloadOptional) var serializedPubKey [33]byte copy(serializedPubKey[:], privKey.PubKey().SerializeCompressed())