Skip to content

Commit

Permalink
Merge pull request #1540 from Plutonomicon/koz/1592
Browse files Browse the repository at this point in the history
Rename error around Ogmios balance
  • Loading branch information
klntsky authored Sep 27, 2023
2 parents a3286aa + cbe0eca commit 1f8b11e
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 1f8b11e

Please sign in to comment.