Skip to content

Commit

Permalink
Add comment to seemingly dead code (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle authored Feb 19, 2025
1 parent a6df03e commit be165bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ type StakingConfig struct {
StakingTLSCert tls.Certificate `json:"-"`
StakingSigningKey bls.Signer `json:"-"`
SybilProtectionDisabledWeight uint64 `json:"sybilProtectionDisabledWeight"`
StakingKeyPath string `json:"stakingKeyPath"`
StakingCertPath string `json:"stakingCertPath"`
StakingSignerPath string `json:"stakingSignerPath"`
// not accessed but used for logging
StakingKeyPath string `json:"stakingKeyPath"`
StakingCertPath string `json:"stakingCertPath"`
StakingSignerPath string `json:"stakingSignerPath"`
}

type StateSyncConfig struct {
Expand Down

0 comments on commit be165bd

Please sign in to comment.