static QT

This commit is contained in:
Aditya Kulkarni
2018-10-16 15:41:14 -07:00
parent 54b8481da0
commit da4bbfdd41
7 changed files with 5 additions and 7 deletions

View File

@@ -290,7 +290,6 @@ QString MainWindow::doSendTxValidations(QString fromAddr, QList<QPair<QString, d
zsexp.exactMatch(addr);
};
if (!matchesAnyAddr(fromAddr)) return QString("From Address is Invalid");
for (auto toAddr = toAddrs.begin(); toAddr != toAddrs.end(); toAddr++) {