Skip to content

Commit d6e493f

Browse files
committed
wallet: Remove left-over BIP70 comment
1 parent be50469 commit d6e493f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/walletmodel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ class SendCoinsRecipient
6464
CAmount amount;
6565
// If from a payment request, this is used for storing the memo
6666
QString message;
67-
// If building with BIP70 is disabled, keep the payment request around as
68-
// serialized string to ensure load/store is lossless
67+
// Keep the payment request around as a serialized string to ensure
68+
// load/store is lossless.
6969
std::string sPaymentRequest;
7070
// Empty if no authentication or invalid signature/cert/etc.
7171
QString authenticatedMerchant;

0 commit comments

Comments
 (0)