aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2019-10-26 13:51:03 +0200
committerFabian Jahr <fjahr@protonmail.com>2019-10-29 17:53:46 +0100
commitd6e493f0c2850b522a676a005935163beddaa2cc (patch)
tree061026db514d6c27e39cf9b1818ac5e75a0dc133 /src/qt/walletmodel.h
parentbe50469217bd775c4305938634c32e5932f47841 (diff)
downloadbitcoin-d6e493f0c2850b522a676a005935163beddaa2cc.tar.xz
wallet: Remove left-over BIP70 comment
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index d21dec118a..a873519a34 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -64,8 +64,8 @@ public:
CAmount amount;
// If from a payment request, this is used for storing the memo
QString message;
- // If building with BIP70 is disabled, keep the payment request around as
- // serialized string to ensure load/store is lossless
+ // Keep the payment request around as a serialized string to ensure
+ // load/store is lossless.
std::string sPaymentRequest;
// Empty if no authentication or invalid signature/cert/etc.
QString authenticatedMerchant;