#70 Calculate max available with custom fees
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user