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:
Jim Posen
2017-10-11 11:36:23 -07:00
committed by Olaoluwa Osuntokun
parent 1633ab180f
commit af49752d4d
2 changed files with 24 additions and 29 deletions

View File

@@ -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{}),
}