diff --git a/x/participationrewards/keeper/hooks.go b/x/participationrewards/keeper/hooks.go index 1923b97a7..a0b70ee98 100644 --- a/x/participationrewards/keeper/hooks.go +++ b/x/participationrewards/keeper/hooks.go @@ -76,7 +76,7 @@ func (k *Keeper) AfterEpochEnd(ctx sdk.Context, epochIdentifier string, _ int64) if allocation == nil { // if allocation is unset, then return early to avoid panic - k.Logger(ctx).Error("nil allocation", "error", err.Error()) + k.Logger(ctx).Error("nil allocation") return nil }