mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 23:32:39 +02:00
peer: Update peer handling of received feature vectors.
This updates peer to be compatible with the new feature vector API.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
1633ab180f
commit
af49752d4d
@@ -252,9 +252,6 @@ func createTestPeer(notifier chainntnfs.ChainNotifier,
|
||||
shutdownChanReqs: make(chan *lnwire.Shutdown),
|
||||
closingSignedChanReqs: make(chan *lnwire.ClosingSigned),
|
||||
|
||||
localSharedFeatures: nil,
|
||||
globalSharedFeatures: nil,
|
||||
|
||||
queueQuit: make(chan struct{}),
|
||||
quit: make(chan struct{}),
|
||||
}
|
||||
|
Reference in New Issue
Block a user