simplewallet: tell the user to complain to the recipient

for long payment ids
pull/200/head
moneromooo-monero 5 years ago
parent 31bdf7bd11
commit 49b2a48a46
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -116,7 +116,7 @@ typedef cryptonote::simple_wallet sw;
#define LONG_PAYMENT_ID_SUPPORT_CHECK() \
do { \
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; \
} \
} while(0)

Loading…
Cancel
Save