mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
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:
committed by
GitHub
parent
09028033c0
commit
be80728320
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user