From 7ed8c0ee7991bb36bd464870aecdd7fb1b5c35bf Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 26 Oct 2023 02:16:09 +0200 Subject: [PATCH] tx: error msg for all balance tx that can't pay for itself --- src/MainWindow.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 5538e75a..7a839717 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -790,8 +790,10 @@ void MainWindow::onTransactionCreated(PendingTransaction *tx, const QVectorconnection().toAddress(); message.description += QString("\nYou are currently connected to: %1\n\n" @@ -799,9 +801,16 @@ void MainWindow::onTransactionCreated(PendingTransaction *tx, const QVector