simplewallet: tell the user to complain to the recipient

for long payment ids
This commit is contained in:
moneromooo-monero 2019-02-01 21:37:36 +00:00 committed by wowario
parent 423cf4406d
commit a315729e98
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -110,7 +110,7 @@ typedef cryptonote::simple_wallet sw;
#define LONG_PAYMENT_ID_SUPPORT_CHECK() \ #define LONG_PAYMENT_ID_SUPPORT_CHECK() \
do { \ do { \
if (!m_long_payment_id_support) { \ if (!m_long_payment_id_support) { \
fail_msg_writer() << tr("Long payment IDs are obsolete. Use --long-payment-id-support if you really must use one."); \ fail_msg_writer() << tr("Long payment IDs are obsolete. Use --long-payment-id-support if you really must use one, and warn the recipient they are using an obsolete feature that will disappear in the future."); \
return true; \ return true; \
} \ } \
} while(0) } while(0)