temp extended request logging

This commit is contained in:
Stephan D
2025-12-25 22:31:00 +01:00
parent 6995afc47d
commit deb29efde3
2 changed files with 4 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ func EstimateFee(ctx context.Context, deps driver.Deps, network shared.Network,
}
gasLimit, err := client.EstimateGas(timeoutCtx, callMsg)
if err != nil {
logger.Warn("Failed to estimate gas", zap.Error(err), zap.Error(err), zap.Any("call_message", callMsg))
logger.Warn("Failed to estimate gas", zap.Error(err), zap.Any("call_message", callMsg))
return nil, merrors.Internal("failed to estimate gas: " + err.Error())
}