Skip to content

Commit

Permalink
Update lib/core/src/Cardano/Wallet/Api/Server.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Knowles <[email protected]>
  • Loading branch information
Anviking and jonathanknowles authored Feb 25, 2022
1 parent 57bc6fa commit 253402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Api/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4024,7 +4024,7 @@ instance IsServerError ErrBalanceTx where
]
ErrBalanceTxFailedBalancing v ->
apiError err500 CreatedInvalidTransaction $ mconcat
[ "I have somehow failed to balancethe transaction. The balance"
[ "I have somehow failed to balance the transaction. The balance"
, " is " <> T.pack (show v)
]
ErrBalanceTxNotYetSupported (UnderestimatedFee c _) ->
Expand Down

0 comments on commit 253402e

Please sign in to comment.