This commit is contained in:
DenioD
2019-10-27 20:27:32 +01:00
4 changed files with 4 additions and 8 deletions

View File

@@ -679,8 +679,6 @@ void MainWindow::sendButton() {
}
QString MainWindow::doSendTxValidations(Tx tx) {
for (auto toAddr : tx.toAddrs) {
if (!Settings::isValidAddress(toAddr.addr)) {
QString addr = (toAddr.addr.length() > 100 ? toAddr.addr.left(100) + "..." : toAddr.addr);