Skip to content

Commit

Permalink
catch all error from quorum
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Dec 11, 2022
1 parent 3a512e0 commit bf7be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/mining/transaction_context.ex
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ defmodule Archethic.Mining.TransactionContext do
{:ok, tx} ->
tx

{:error, :transaction_not_exists} ->
{:error, _} ->
nil
end
end,
Expand Down

0 comments on commit bf7be4b

Please sign in to comment.