Skip to content

Commit

Permalink
fix: generate tag so no conflict with main
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Jun 27, 2023
1 parent 29ddc54 commit dd60558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consumer/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ impl Processor {
if status == TransactionStatus::Failed {
self.update_drop_failed(key, SolanaTransactionFailureReason::Sign)
.await?;

return Ok(());
}

Expand Down

0 comments on commit dd60558

Please sign in to comment.