#70 Calculate max available with custom fees

This commit is contained in:
Aditya Kulkarni
2018-12-07 09:31:38 -08:00
parent 1215aa9cae
commit e2b65c6047
3 changed files with 9 additions and 5 deletions

View File

@@ -219,8 +219,6 @@ QString Settings::getZboardAddr() {
}
}
double Settings::getTotalFee() { return getMinerFee(); }
bool Settings::isValidAddress(QString addr) {
QRegExp zcexp("^z[a-z0-9]{94}$", Qt::CaseInsensitive);
QRegExp zsexp("^z[a-z0-9]{77}$", Qt::CaseInsensitive);