From 601827895a3c9c05c22bb3cdff8e5dd0b09b7376 Mon Sep 17 00:00:00 2001 From: vahoo5 Date: Mon, 22 May 2023 16:54:57 +0200 Subject: [PATCH] F2 --- internal/ethapi/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 3475588206..62d3e11e52 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1376,6 +1376,7 @@ func (s *BundleAPI) CallBundle(ctx context.Context, args CallBundleArgs) (map[st "txHash": txHash, "gasUsed": receipt.GasUsed, "logs": logs, + "status": receipt.Status, } totalGasUsed += receipt.GasUsed if result.Err != nil {