mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
wallet: Remove left-over BIP70 comment
This commit is contained in:
parent
be50469217
commit
d6e493f0c2
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ public:
|
||||||
CAmount amount;
|
CAmount amount;
|
||||||
// If from a payment request, this is used for storing the memo
|
// If from a payment request, this is used for storing the memo
|
||||||
QString message;
|
QString message;
|
||||||
// If building with BIP70 is disabled, keep the payment request around as
|
// Keep the payment request around as a serialized string to ensure
|
||||||
// serialized string to ensure load/store is lossless
|
// load/store is lossless.
|
||||||
std::string sPaymentRequest;
|
std::string sPaymentRequest;
|
||||||
// Empty if no authentication or invalid signature/cert/etc.
|
// Empty if no authentication or invalid signature/cert/etc.
|
||||||
QString authenticatedMerchant;
|
QString authenticatedMerchant;
|
||||||
|
|
Loading…
Add table
Reference in a new issue