Skip to content

Commit

Permalink
Remove code that became dead
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed May 16, 2024
1 parent 4cd7d2f commit 259cb05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cardano-cli/src/Cardano/CLI/Types/Errors/TxCmdError.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ data TxCmdError
| TxCmdQueryConvenienceError !QueryConvenienceError
| TxCmdQueryNotScriptLocked !ScriptLockedTxInsError
| TxCmdScriptDataError !ScriptDataError
| TxCmdCddlError CddlError
| TxCmdCddlWitnessError CddlWitnessError
| TxCmdRequiredSignerError RequiredSignerError
-- Validation errors
Expand Down Expand Up @@ -210,8 +209,6 @@ renderTxCmdError = \case
renderScriptDataError e
TxCmdProtocolParamsError e ->
renderProtocolParamsError e
TxCmdCddlError e ->
prettyError e
TxCmdCddlWitnessError e ->
prettyError e
TxCmdRequiredSignerError e ->
Expand Down

0 comments on commit 259cb05

Please sign in to comment.