File tree 1 file changed +3
-3
lines changed
cardano-cli/src/Cardano/CLI/Shelley/Run
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ data TxFeeValidationError
71
71
72
72
instance Error TxFeeValidationError where
73
73
displayError (TxFeatureImplicitFeesE era) =
74
- " Transaction _ fee not supported in " <> Text. unpack (renderEra era)
74
+ " Implicit transaction fee not supported in " <> Text. unpack (renderEra era)
75
75
displayError (TxFeatureExplicitFeesE era) =
76
- " Transaction _ fee not supported in " <> Text. unpack (renderEra era)
76
+ " Explicit transaction fee not supported in " <> Text. unpack (renderEra era)
77
77
78
78
validateTxFee :: CardanoEra era
79
79
-> Maybe Lovelace
@@ -154,7 +154,7 @@ newtype TxValidityUpperBoundValidationError
154
154
155
155
instance Error TxValidityUpperBoundValidationError where
156
156
displayError (TxValidityUpperBoundNotSupported era) =
157
- " Transaction validity upper bound not supported in " <> Text. unpack (renderEra era)
157
+ " Transaction validity upper bound must be specified in " <> Text. unpack (renderEra era)
158
158
159
159
validateTxValidityUpperBound
160
160
:: CardanoEra era
You can’t perform that action at this time.
0 commit comments