You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs.String(StakingSignerKeyContentKey, "", "Specifies base64 encoded signer private key for staking")
260
260
fs.Bool(SybilProtectionEnabledKey, true, "Enables sybil protection. If enabled, Network TLS is required")
261
261
fs.Uint64(SybilProtectionDisabledWeightKey, 100, "Weight to provide to each peer when sybil protection is disabled")
262
-
fs.Bool(ReducedModeKey, false, "Disable C-chain and X-chain validation. Only allowed for non-validators. Node would shutdown otherwise")
262
+
fs.Bool(LiteSyncPrimaryNetworkKey, false, "Only sync the P-chain on the Primary Network. If the node is a Primary Network validator, it will shutdown")
263
263
// Uptime Requirement
264
264
fs.Float64(UptimeRequirementKey, genesis.LocalParams.UptimeRequirement, "Fraction of time a validator must be online to receive rewards")
265
265
// Minimum Stake required to validate the Primary Network
0 commit comments