From: tobtoht Date: Sun, 29 Sep 2024 12:38:42 +0000 (+0200) Subject: send: improve split tx error message X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=ef8db19c94ee412dec6cda4dfd8f386a3f3e3de0;p=gamesguru%2Ffeather.git send: improve split tx error message --- diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 44b68080..1bcd07b7 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -910,7 +910,7 @@ void MainWindow::onTransactionCreated(PendingTransaction *tx, const QVectortxCount() > 1) { - Utils::showError(this, "Failed to construct transaction", "Split transactions are not supported", {"Try sending a smaller amount."}); + Utils::showError(this, "Failed to construct transaction", "Transaction tries to spend too many inputs", {"Send a smaller amount of XMR to yourself first."}); m_wallet->disposeTransaction(tx); return; }