chore: fix spelling errors (#19957)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
This commit is contained in:
parent
15ad85d4e4
commit
558c950a98
@ -70,7 +70,7 @@ func (k Keeper) BeginBlocker(ctx context.Context) error {
|
||||
}
|
||||
err = k.EpochInfo.Set(ctx, epochInfo.Identifier, epochInfo)
|
||||
if err != nil {
|
||||
logger.Error(fmt.Sprintf("Error set epoch infor with identifier %s epoch number %d", epochInfo.Identifier, epochInfo.CurrentEpoch))
|
||||
logger.Error(fmt.Sprintf("Error set epoch info with identifier %s epoch number %d", epochInfo.Identifier, epochInfo.CurrentEpoch))
|
||||
return false, nil
|
||||
}
|
||||
if err := k.environment.BranchService.Execute(ctx, func(ctx context.Context) error {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user