cleanup,confirmation ui fix

This commit is contained in:
DenioD
2020-01-04 09:56:53 +01:00
parent 188053ffa8
commit d4a00f609d
2 changed files with 5 additions and 10 deletions

View File

@@ -513,12 +513,9 @@ Tx MainWindow::createTxFromSendPage() {
}
bool ok;
// CAmount amtbefore;
CAmount amt;
// Make sure it parses
amtStr.toDouble(&ok);