diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-27 21:52:01 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-31 17:51:13 +0100 |
commit | 983cef48027f1bdf651c19d72cf615cf4345dbe6 (patch) | |
tree | b566090b2c4fd239e373e915e2610d4f014979ee /src/qt/walletmodel.h | |
parent | c6c97e0f4e3d9d8d5b8a1e60174e9ff11e70b6c1 (diff) |
payment-request UI: use SendCoinsRecipient.message for memo
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 59227bb743..467c3dea12 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -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 |