Open turnstile to mainnet

This commit is contained in:
adityapk
2018-11-02 09:38:11 -07:00
parent 79a7c41267
commit 2bd9b386ed
3 changed files with 20 additions and 20 deletions

View File

@@ -121,7 +121,8 @@ void Turnstile::planMigration(QString zaddr, QString destAddr, int numsplits, in
if (migItems.size() == 0) {
// Show error and abort
QMessageBox::warning(mainwindow,
"Locked funds", "Could not initiate migration.\nYou either have unconfirmed funds or the balance is too low for an automatic migration.");
"Locked funds",
"Could not initiate migration.\nYou either have unconfirmed funds or the balance is too low for an automatic migration.");
return;
}