Make miner/dev fee clear on send tab

This commit is contained in:
Aditya Kulkarni
2018-10-22 13:26:50 -07:00
parent e154f18c79
commit d6ce1f8b27
5 changed files with 73 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ struct ToFields {
QString encodedMemo;
};
// Struct used to represent a Transaction.
struct Tx {
QString fromAddr;
QList<ToFields> toAddrs;