payment-request UI: use SendCoinsRecipient.message for memo

This commit is contained in:
Philip Kaufmann
2013-10-27 21:52:01 +01:00
parent c6c97e0f4e
commit 983cef4802
3 changed files with 4 additions and 5 deletions

View File

@@ -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