Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Sep 5, 2024
1 parent 3d54c69 commit 2ebe564
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions process/transactionProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,12 +491,12 @@ func (tp *TransactionProcessor) computeTransactionStatus(tx *transaction.ApiTran
}
}

isRelayedV3, status := checkIfRelayedV3Completed(allLogs, tx)
if isRelayedV3 {
return &data.ProcessStatusResponse{
Status: status,
}
}
//isRelayedV3, status := checkIfRelayedV3Completed(allLogs, tx)
//if isRelayedV3 {
// return &data.ProcessStatusResponse{
// Status: status,
// }
//}

failed, reason = checkIfFailed(allLogs)
if failed {
Expand Down

0 comments on commit 2ebe564

Please sign in to comment.