diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2019-10-26 13:51:03 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2019-10-29 17:53:46 +0100 |
commit | d6e493f0c2850b522a676a005935163beddaa2cc (patch) | |
tree | 061026db514d6c27e39cf9b1818ac5e75a0dc133 | |
parent | be50469217bd775c4305938634c32e5932f47841 (diff) |
wallet: Remove left-over BIP70 comment
-rw-r--r-- | src/qt/walletmodel.h | 4 |
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; |