#75 Indicate if an address has been previously used

This commit is contained in:
Aditya Kulkarni
2018-12-07 09:59:24 -08:00
parent e2b65c6047
commit 1e954818b3
5 changed files with 38 additions and 8 deletions

View File

@@ -379,8 +379,6 @@ void MainWindow::maxAmountChecked(int checked) {
sumAllAmounts += Settings::getMinerFee();
}
auto addr = ui->inputsCombo->currentText();
auto maxamount = rpc->getAllBalances()->value(addr) - sumAllAmounts;