fix to find hush wallet.dat at startup

This commit is contained in:
DenioD
2019-10-27 10:54:23 +01:00
parent 3f9fd047fd
commit 09a7682afd
8 changed files with 4136 additions and 21 deletions

View File

@@ -344,7 +344,7 @@ void Controller::refreshTransactions() {
for (auto o: it["outgoing_metadata"].get<json::array_t>()) {
QString address = QString::fromStdString(o["address"]);
double amount = -1 * o ["value"].get<json::number_float_t>() /100000000; // Sent items are -ve
double amount = -1 * o ["value"].get<json::number_unsigned_t>(); // Sent items are -ve
// Check for Memos