Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Apr 5, 2024
1 parent 35fff65 commit 28c2311
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion process/elasticproc/logsevents/logsAndEventsProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ func (lep *logsAndEventsProcessor) getExecutionOrder(logHashHex string) int {
return scr.ExecutionOrder
}

return 0
log.Warn("cannot find hash in the txs map or scrs map", "hash", logHashHex)

return -1
}

func hexEncodeSlice(input [][]byte) []string {
Expand Down

0 comments on commit 28c2311

Please sign in to comment.