diff --git a/state/transaction.go b/state/transaction.go index 2847a5e428..a80a097bff 100644 --- a/state/transaction.go +++ b/state/transaction.go @@ -1046,7 +1046,6 @@ func (s *State) internalTestGasEstimationTransactionV2(ctx context.Context, batc } if processBatchResponseV2.ErrorRom != executor.RomError_ROM_ERROR_NO_ERROR { err = executor.RomErr(processBatchResponseV2.ErrorRom) - s.eventLog.LogExecutorErrorV2(ctx, processBatchResponseV2.Error, processBatchRequestV2) return false, false, gasUsed, nil, err }