Only set up `NioPeerHandler` after chain sync completes
authorMatt Corallo <git@bluematt.me>
Tue, 8 Nov 2022 23:48:07 +0000 (23:48 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 8 Nov 2022 23:48:07 +0000 (23:48 +0000)
No peer connections must be made until after `chain_sync_complete`
is called when using the `ChannelManagerConstructor`, so
initializing the `NioPeerHandler` before then just tempts fate and
risks doing Bad Things.


No differences found