From fb3bc8c6261eecb437160dfc0c59bb5d9ac3e331 Mon Sep 17 00:00:00 2001 From: dustinface Date: Tue, 2 Oct 2018 17:43:31 +0200 Subject: [PATCH] [QT] Fixed unexpected "Smartnode removed" dialog for canceled deletions --- src/qt/smartnodelist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qt/smartnodelist.cpp b/src/qt/smartnodelist.cpp index 6f40a6cf..c99899aa 100644 --- a/src/qt/smartnodelist.cpp +++ b/src/qt/smartnodelist.cpp @@ -576,6 +576,8 @@ void SmartnodeList::on_RemoveButton_clicked() return; } + }else{ + return; } QMessageBox::information(this, tr("Success"),