I want multihop.

This commit is contained in:
James Pace 2026-09-01 22:50:36 -04:00
parent 8b0d35f61f
commit 2a6f296a3f
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
gossip: { gossip: {
/// Whether gossip scouting is enabled or not /// Whether gossip scouting is enabled or not
enabled: true, enabled: true,
multihop: true,
}, },
}, },

View File

@ -34,6 +34,7 @@
/// Enable gossip. /// Enable gossip.
gossip: { gossip: {
enabled: true, enabled: true,
multihop: true,
}, },
}, },