Skip to content

Commit

Permalink
remove unnecessary eventlog call when processing unsigned txs (0xPoly…
Browse files Browse the repository at this point in the history
  • Loading branch information
tclemos authored Feb 26, 2024
1 parent f08d413 commit 92f191d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ func (s *State) internalProcessUnsignedTransactionV2(ctx context.Context, tx *ty

if processBatchResponseV2.ErrorRom != executor.RomError_ROM_ERROR_NO_ERROR {
err = executor.RomErr(processBatchResponseV2.ErrorRom)
s.eventLog.LogExecutorErrorV2(ctx, processBatchResponseV2.Error, processBatchRequestV2)
if executor.IsROMOutOfCountersError(executor.RomErrorCode(err)) {
return response, err
}
Expand Down

0 comments on commit 92f191d

Please sign in to comment.