0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

wallet: Remove left-over BIP70 comment

This commit is contained in:
Fabian Jahr 2019-10-26 13:51:03 +02:00
parent be50469217
commit d6e493f0c2

View file

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