Skip to content

Commit

Permalink
Reword error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Jun 20, 2022
1 parent c077f78 commit 8d2b101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/src/Cardano/Wallet/Api/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4550,8 +4550,8 @@ instance IsServerError ErrBalanceTx where
]
ErrBalanceTxExistingReturnCollateral ->
apiError err403 BalanceTxExistingReturnCollateral $ T.unwords
[ "I cannot balance transactions"
, "with pre-defined collateral return outputs."
[ "Balancing transactions with pre-defined"
, "collateral return outputs is not yet supported."
]
ErrBalanceTxZeroAdaOutput ->
apiError err501 BalanceTxZeroAdaOutput $ T.unwords
Expand Down

0 comments on commit 8d2b101

Please sign in to comment.