Skip to content

Commit

Permalink
[QT] Fixed unexpected "Smartnode removed" dialog for canceled deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
xdustinface committed Oct 2, 2018
1 parent 8de4d9d commit fb3bc8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/smartnodelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ void SmartnodeList::on_RemoveButton_clicked()
return;
}

}else{
return;
}

QMessageBox::information(this, tr("Success"),
Expand Down

0 comments on commit fb3bc8c

Please sign in to comment.