Skip to content

Commit

Permalink
Add comment so that no one removes this unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Feb 18, 2025
1 parent f1ec9a1 commit aa71189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ func getStakingConfig(v *viper.Viper, networkID uint32) (node.StakingConfig, err
SybilProtectionEnabled: v.GetBool(SybilProtectionEnabledKey),
SybilProtectionDisabledWeight: v.GetUint64(SybilProtectionDisabledWeightKey),
PartialSyncPrimaryNetwork: v.GetBool(PartialSyncPrimaryNetworkKey),
// not accessed but used for logging
StakingKeyPath: getExpandedArg(v, StakingTLSKeyPathKey),
StakingCertPath: getExpandedArg(v, StakingCertPathKey),
StakingSignerPath: getExpandedArg(v, StakingSignerKeyPathKey),
Expand Down

0 comments on commit aa71189

Please sign in to comment.