Auto shielding for t Addresses

This commit is contained in:
adityapk00
2018-11-23 17:30:21 -08:00
parent 49da8ed5ee
commit b428f40def
7 changed files with 108 additions and 26 deletions

View File

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