;dev: update internal error message

This commit is contained in:
Simon Michael 2025-11-18 17:50:05 -10:00
parent e04c2ee0d7
commit 518d367b88

View File

@ -499,7 +499,7 @@ balanceTransactionInJournal t j bopts = do
Journal{jtxns=ts} <- journalBalanceTransactions bopts j'
-- Extract the balanced & checked transaction.
maybe
(Left "transactionWizard: unexpected empty journal") -- should not happen
(Left "balanceTransactionInJournal: unexpected empty journal") -- should not happen
Right
(lastMay ts)