Remove no peers warning
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user