v1.1.1: release build with tx display fix, birthday parse fix
This commit is contained in:
@@ -191,7 +191,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
|
||||
|
||||
// 2. Validate birthday
|
||||
QString birthday_str = restoreSeed.birthday->toPlainText();
|
||||
QString birthday_str = restoreSeed.birthday->toPlainText().trimmed();
|
||||
bool ok;
|
||||
qint64 birthday = birthday_str.toUInt(&ok);
|
||||
if (!ok) {
|
||||
|
||||
Reference in New Issue
Block a user