From 119e7c496563bf197c0d5112b4356ae27b866aa0 Mon Sep 17 00:00:00 2001 From: vahoo5 Date: Sun, 28 May 2023 18:33:29 +0200 Subject: [PATCH] f --- internal/ethapi/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index da0265fbdf..0a34e349d0 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1571,6 +1571,7 @@ func doCallBundle(ctx context.Context, b Backend, chain *core.BlockChain, args C "gasUsed": receipt.GasUsed, "logs": logs, "status": receipt.Status, + "input": tx.Input, } totalGasUsed += receipt.GasUsed if result.Err != nil { @@ -1651,7 +1652,6 @@ func (s *BundleAPI) SearchMaxWallet(ctx context.Context, args MaxWalletSearchArg return lastResult, err } // if results last tx reverted, we found the max wallet - fmt.Println("reverted?", result["lastReverted"]) if result["lastReverted"] == true && currentPercentage <= 1 { resultPercentage = 0 break