[Java] Fix P2P graph sync when enabled in ChannelManagerConstructor
authorMatt Corallo <git@bluematt.me>
Wed, 31 May 2023 23:06:02 +0000 (23:06 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Jun 2023 20:23:10 +0000 (20:23 +0000)
It turns out we were always using the `IgnoringMessageHandler` when
initializing our `PeerManager`, ignoring all P2P graph sync
messages even if `use_p2p_graph_sync` was set.


No differences found