Default enable Portal beacon subnetwork (#2806)
This commit is contained in:
parent
bef4c05561
commit
8be105ceaa
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue