diff --git a/node/impl/full/gas.go b/node/impl/full/gas.go index 243c97e68..efc927be0 100644 --- a/node/impl/full/gas.go +++ b/node/impl/full/gas.go @@ -153,7 +153,7 @@ func (a *GasAPI) GasEstimateGasLimit(ctx context.Context, msgIn *types.Message, for _, m := range pending { priorMsgs = append(priorMsgs, m) } - log.Warnf("added %d prior msgs") + log.Warnf("added %d prior msgs", len(priorMsgs)) res, err := a.Stmgr.CallWithGas(ctx, &msg, priorMsgs, ts) if err != nil {