Remove no peers warning

This commit is contained in:
Aditya Kulkarni
2019-10-26 13:03:12 -07:00
parent b2376a87e6
commit 2b94c7f6d0
3 changed files with 1 additions and 15 deletions

View File

@@ -696,9 +696,6 @@ bool MainWindow::confirmTx(Tx tx, RecurringPaymentInfo* rpi) {
// Syncing warning
confirm.syncingWarning->setVisible(Settings::getInstance()->isSyncing());
// No peers warning
confirm.nopeersWarning->setVisible(Settings::getInstance()->getPeers() == 0);
// And FromAddress in the confirm dialog
confirm.sendFrom->setText(fnSplitAddressForWrap(tx.fromAddr));
confirm.sendFrom->setFont(fixedFont);