Skip to content

Commit

Permalink
fix 'errMsg403NotEnoughMoney', reverting to what it used to be
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 10, 2020
1 parent d14a5ab commit b9992cf
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -283,9 +283,8 @@ errMsg403NotAByronWallet =

errMsg403NotEnoughMoney_ :: String
errMsg403NotEnoughMoney_ =
"I cannot select enough UTxO from your wallet to construct an adequate \
\transaction. Try sending a smaller amount or increasing the number of \
\available UTxO."
"I can't process this payment because there's not enough UTxO available in \
\the wallet."

errMsg403NotEnoughMoney :: Int -> Int -> String
errMsg403NotEnoughMoney has needs = "I can't process this payment because there's\
Expand Down

0 comments on commit b9992cf

Please sign in to comment.