From 9f6376ca840b781c8300e4725cdcecc9dc06cce1 Mon Sep 17 00:00:00 2001 From: Carlos LopezDeLara Date: Fri, 15 Nov 2024 11:45:53 -0600 Subject: [PATCH] improve error message --- cardano-cli/src/Cardano/CLI/Types/Errors/TxCmdError.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-cli/src/Cardano/CLI/Types/Errors/TxCmdError.hs b/cardano-cli/src/Cardano/CLI/Types/Errors/TxCmdError.hs index d8b44f0c6..19582fba4 100644 --- a/cardano-cli/src/Cardano/CLI/Types/Errors/TxCmdError.hs +++ b/cardano-cli/src/Cardano/CLI/Types/Errors/TxCmdError.hs @@ -228,7 +228,7 @@ renderTxCmdError = \case TxCmdHashCheckError url e -> "Hash of the file is not valid. Url:" <+> pretty (L.urlToText url) <+> prettyException e TxCmdUnregisteredStakeAddress credentials -> - "One or more stake addresses in proposals is not registered:" <+> pshow credentials + "Stake credential specified in the proposal is not registered on-chain:" <+> pshow credentials prettyPolicyIdList :: [PolicyId] -> Doc ann prettyPolicyIdList =