Skip to content

Commit cf90fa2

Browse files
authored
[Release v0.7] [DFI-850] VM multi compilation, ABCI (#231)
1 parent 7121d09 commit cf90fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/vm/internal/keeper/keeper_ds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (k Keeper) retryExecReq(ctx sdk.Context, req RetryExecReq) (retResp *vm_grp
109109
time.Sleep(reqTimeout - curReqDur)
110110
}
111111

112-
if curAttempt % failedRetryLogPeriod == 0 {
112+
if curAttempt%failedRetryLogPeriod == 0 {
113113
msg := fmt.Sprintf("Failing VM request: attempt %d / %d with %v timeout: %v", curAttempt, req.MaxAttempts, reqTimeout, time.Since(reqStartedAt))
114114
k.GetLogger(ctx).Info(msg)
115115
}

0 commit comments

Comments
 (0)