From e644a6879bca9aeef9cad064c6f1754fe8b37857 Mon Sep 17 00:00:00 2001 From: andrewnguyen22 Date: Mon, 27 Jul 2020 10:01:22 -0400 Subject: [PATCH] #1060 --- x/pocketcore/keeper/claim.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/pocketcore/keeper/claim.go b/x/pocketcore/keeper/claim.go index e5479e672..44999df3b 100644 --- a/x/pocketcore/keeper/claim.go +++ b/x/pocketcore/keeper/claim.go @@ -43,7 +43,7 @@ func (k Keeper) SendClaimTx(ctx sdk.Ctx, n client.Client, claimTx func(pk crypto // get the session context sessionCtx, er := ctx.PrevCtx(evidence.SessionHeader.SessionBlockHeight) if er != nil { - ctx.Logger().Error("could not get sessionCtx in auto send claim tx: " + er.Error()) + ctx.Logger().Info("could not get sessionCtx in auto send claim tx, could be due to relay timing before commit is in store: " + er.Error()) continue } if ctx.BlockHeight() <= evidence.SessionBlockHeight+k.BlocksPerSession(sessionCtx)-1 { // ensure session is over