diff options
| author | Philip Kaufmann <[email protected]> | 2013-10-27 21:52:01 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-10-31 17:51:13 +0100 |
| commit | 983cef48027f1bdf651c19d72cf615cf4345dbe6 (patch) | |
| tree | b566090b2c4fd239e373e915e2610d4f014979ee /src/qt/walletmodel.h | |
| parent | [Qt] Rework of payment request UI (mainly for insecure pr) (diff) | |
| download | discoin-983cef48027f1bdf651c19d72cf615cf4345dbe6.tar.xz discoin-983cef48027f1bdf651c19d72cf615cf4345dbe6.zip | |
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 59227bb74..467c3dea1 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 |