We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be50469 commit d6e493fCopy full SHA for d6e493f
src/qt/walletmodel.h
@@ -64,8 +64,8 @@ class SendCoinsRecipient
64
CAmount amount;
65
// If from a payment request, this is used for storing the memo
66
QString message;
67
- // If building with BIP70 is disabled, keep the payment request around as
68
- // serialized string to ensure load/store is lossless
+ // Keep the payment request around as a serialized string to ensure
+ // load/store is lossless.
69
std::string sPaymentRequest;
70
// Empty if no authentication or invalid signature/cert/etc.
71
QString authenticatedMerchant;
0 commit comments