bugfixes
This commit is contained in:
@@ -38,7 +38,7 @@ QList<TransactionItem> SentTxStore::readSentTxFile() {
|
||||
|
||||
for (auto i : jsonDoc.array()) {
|
||||
auto sentTx = i.toObject();
|
||||
TransactionItem t{"send", (unsigned long)sentTx["datetime"].toInt(),
|
||||
TransactionItem t{"send", (qint64)sentTx["datetime"].toVariant().toLongLong(),
|
||||
sentTx["address"].toString(),
|
||||
sentTx["txid"].toString(),
|
||||
sentTx["amount"].toDouble() + sentTx["fee"].toDouble(),
|
||||
|
||||
Reference in New Issue
Block a user