chore: fix some comments (#14270)

Signed-off-by: shangchengbabaiban <shuang.cui@live.cn>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
shangchengbabaiban
2024-07-31 20:06:15 +09:00
committed by GitHub
parent 09028033c0
commit be80728320
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ type Settings struct {
DefaultConfig *Option
}
// ShouldBeSaved goes through checks to see if the value should be savable
// ShouldBeSaved goes through checks to see if the value should be saveable
// Pseudocode: conditions for being saved into the database
// 1. settings are not nil
// 2. proposeconfig is not nil (this defines specific settings for each validator key), default config can be nil in this case and fall back to beacon node settings