Port to Hush
This commit is contained in:
@@ -109,7 +109,7 @@ bool TxTableModel::exportToCsv(QString fileName) const {
|
||||
for (int i=0; i < dat.items.length(); i++) {
|
||||
total += dat.items[i].amount;
|
||||
}
|
||||
return Settings::getZECDisplayFormat(total);
|
||||
return Settings::gethushDisplayFormat(total);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -145,7 +145,7 @@ bool TxTableModel::exportToCsv(QString fileName) const {
|
||||
for (int i=0; i < dat.items.length(); i++) {
|
||||
total += dat.items[i].amount;
|
||||
}
|
||||
return Settings::getInstance()->getUSDFromZecAmount(total);
|
||||
return Settings::getInstance()->getUSDFromhushAmount(total);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user