mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 03:06:01 +02:00
lnwire+features: transition to the user friendly list of features
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
4d7ca825d4
commit
ae15a193e2
@@ -137,8 +137,8 @@ func newServer(listenAddrs []string, notifier chainntnfs.ChainNotifier,
|
||||
broadcastRequests: make(chan *broadcastReq),
|
||||
sendRequests: make(chan *sendReq),
|
||||
|
||||
globalFeatures: lnwire.NewFeatureVector(globalFeaturesMap),
|
||||
localFeatures: lnwire.NewFeatureVector(localFeaturesMap),
|
||||
globalFeatures: globalFeatures,
|
||||
localFeatures: localFeatures,
|
||||
|
||||
queries: make(chan interface{}),
|
||||
quit: make(chan struct{}),
|
||||
|
Reference in New Issue
Block a user