mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
Merge pull request #5118
49b2a48a
simplewallet: tell the user to complain to the recipient (moneromooo-monero)
This commit is contained in:
commit
e62ae67d16
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,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)
|
||||||
|
|
Loading…
Reference in a new issue