merge and updates

This commit is contained in:
DenioD
2019-10-27 19:46:36 +01:00
35 changed files with 661 additions and 1253 deletions

View File

@@ -3,6 +3,7 @@
#include "precompiled.h"
#include "camount.h"
#include "connection.h"
using json = nlohmann::json;
@@ -11,7 +12,7 @@ using json = nlohmann::json;
// into a struct with address, amount, memo
struct TransactionItemDetail {
QString address;
double amount;
CAmount amount;
QString memo;
};