Print number of prioris
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
ed2778f785
commit
b41a0ea197
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user