Default enable Portal beacon subnetwork (#2806)

This commit is contained in:
Kim De Mey 2024-10-30 23:26:49 +01:00 committed by GitHub
parent bef4c05561
commit 8be105ceaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ type
portalSubnetworks* {. portalSubnetworks* {.
desc: "Select which networks (Portal sub-protocols) to enable", desc: "Select which networks (Portal sub-protocols) to enable",
defaultValue: {PortalSubnetwork.history, PortalSubnetwork.state}, defaultValue:
{PortalSubnetwork.history, PortalSubnetwork.state, PortalSubnetwork.beacon},
name: "portal-subnetworks" name: "portal-subnetworks"
.}: set[PortalSubnetwork] .}: set[PortalSubnetwork]