Merge pull request #88 from MyHush/denio
fix send to many, thanks to @gilardh
This commit is contained in:
@@ -525,6 +525,7 @@ if (inputFile7.open(QIODevice::ReadOnly))
|
|||||||
if (Settings::isZAddress(toAddr.addr) && !toAddr.memo.trimmed().isEmpty())
|
if (Settings::isZAddress(toAddr.addr) && !toAddr.memo.trimmed().isEmpty())
|
||||||
rec["memo"] = toAddr.memo.toStdString();
|
rec["memo"] = toAddr.memo.toStdString();
|
||||||
|
|
||||||
|
allRecepients.push_back(rec) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
int decider = qrand() % ((100 + 1)-1)+ 1;// random int between 1 and 100
|
int decider = qrand() % ((100 + 1)-1)+ 1;// random int between 1 and 100
|
||||||
@@ -542,7 +543,8 @@ if (inputFile7.open(QIODevice::ReadOnly))
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
allRecepients.push_back(rec) ;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Controller::noConnection() {
|
void Controller::noConnection() {
|
||||||
|
|||||||
Reference in New Issue
Block a user