payment-request UI: use SendCoinsRecipient.message for memo
This commit is contained in:
@@ -31,10 +31,9 @@ public:
|
||||
// payment requests, we can abuse it for displaying an address list.
|
||||
// Todo: This is a hack, should be replaced with a cleaner solution!
|
||||
QString address;
|
||||
// If from a payment request, this is used for storing the memo
|
||||
// Todo: This is a hack, should be replaced with a cleaner solution!
|
||||
QString label;
|
||||
qint64 amount;
|
||||
// If from a payment request, this is used for storing the memo
|
||||
QString message;
|
||||
|
||||
// If from a payment request, paymentRequest.IsInitialized() will be true
|
||||
|
||||
Reference in New Issue
Block a user