Handle error

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-08-09 00:30:00 +02:00
parent 46fd9d5e80
commit ea92f5f1ff
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -153,7 +153,6 @@ func (a *GasAPI) GasEstimateGasLimit(ctx context.Context, msgIn *types.Message,
for _, m := range pending {
priorMsgs = append(priorMsgs, m)
}
log.Warnf("added %d prior msgs", len(priorMsgs))
res, err := a.Stmgr.CallWithGas(ctx, &msg, priorMsgs, ts)
if err != nil {