Skip to content

Commit

Permalink
properly return the error
Browse files Browse the repository at this point in the history
  • Loading branch information
cluster committed Jun 20, 2023
1 parent cf2b62f commit 727da0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/archethic/utils/regression/playbook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ defmodule Archethic.Utils.Regression.Playbook do
&WebClient.json(&1, "/api/transaction_fee", tx_to_json(tx)),
proto
) do
{:ok, _transaction_fee} = transaction_fee->
{:ok, _transaction_fee} = transaction_fee ->
transaction_fee

_ ->
:error
error ->
error
end
end

Expand Down

0 comments on commit 727da0a

Please sign in to comment.