Remove extra Tx fields

This commit is contained in:
adityapk00
2018-11-23 19:18:47 -08:00
parent b428f40def
commit 32bcfe2ce1
4 changed files with 5 additions and 7 deletions

View File

@@ -23,7 +23,6 @@ struct Tx {
QString fromAddr;
QList<ToFields> toAddrs;
double fee;
bool sendChangeToSapling;
};
namespace Ui {