merge and updates
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user