Skip to content

Commit

Permalink
Rename error around Ogmios balance
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross committed Sep 26, 2023
1 parent a3286aa commit cbe0eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Internal/BalanceTx/Error.purs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ printTxEvaluationFailure transaction e =
Ogmios.UnknownInputReferencedByRedeemer txIn -> line
("Unknown input referenced by redeemer: " <> show txIn)
Ogmios.NonScriptInputReferencedByRedeemer txIn -> line
("Non script input referenced by redeemer: " <> show txIn)
( "Non-script input, or input without datum, referenced by redeemer: " <>
show txIn
)
Ogmios.IllFormedExecutionBudget Nothing -> line
("Ill formed execution budget: Execution budget missing")
Ogmios.IllFormedExecutionBudget (Just { memory, steps }) ->
Expand Down

0 comments on commit cbe0eca

Please sign in to comment.