[Java] Correctly set `gossip_sync` in `ChannelManagerConstructor`
authorMatt Corallo <git@bluematt.me>
Wed, 31 May 2023 23:44:31 +0000 (23:44 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Jun 2023 20:23:10 +0000 (20:23 +0000)
If `use_p2p_graph_sync` is set, we need to set the `gossip_sync`
given to the `BackgroundProcessor` to `P2P`, rather than `None`.

We also add a regression test for this.


No differences found