diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 44b6808..1bcd07b 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; }