From 85a7b34b79b54874f85fcc4621d461ce4b8100c5 Mon Sep 17 00:00:00 2001 From: vahoo5 Date: Mon, 22 May 2023 16:56:10 +0200 Subject: [PATCH] F --- internal/ethapi/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 62d3e11e52..7bae80141d 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1379,6 +1379,7 @@ func (s *BundleAPI) CallBundle(ctx context.Context, args CallBundleArgs) (map[st "status": receipt.Status, } totalGasUsed += receipt.GasUsed + fmt.Println("result", result) if result.Err != nil { jsonResult["error"] = result.Err.Error() revert := result.Revert()