Skip to content

Commit

Permalink
Update common/key/store.go
Browse files Browse the repository at this point in the history
Co-authored-by: AnomalRoil <[email protected]>
  • Loading branch information
CluEleSsUK and AnomalRoil committed May 23, 2024
1 parent 954a933 commit b2f8bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/key/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 231,7 @@ func SelfSignAll(l log.Logger, multibeaconFolder string) error {
// but the group will.
group, err := fs.LoadGroup()
if err != nil {
l.Warnw("could not load group, please report this", "beaconID", beaconID, "err", err)
l.Warnw("could not load group, please report this unless this is a new node", "beaconID", beaconID, "err", err)
}
// the actual migration path
if group != nil && group.Scheme != nil {
Expand Down

0 comments on commit b2f8bae

Please sign in to comment.