diff --git a/x/pocketcore/module.go b/x/pocketcore/module.go index e74aed01..391100a5 100644 --- a/x/pocketcore/module.go +++ b/x/pocketcore/module.go @@ -116,7 +116,7 @@ func (am AppModule) EndBlock(ctx sdk.Ctx, _ abci.RequestEndBlock) []abci.Validat } if status.IsCatchingUp { - ctx.Logger().Error(fmt.Sprintf("tendermint is currently syncing still (cannot submit claims/proofs in this state): %s", err.Error())) + ctx.Logger().Error("tendermint is currently syncing still (cannot submit claims/proofs in this state)") return }