diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index dd05276b3..6c6c93215 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -3855,6 +3855,7 @@ public: wrpc->send_stop_signal(); }); LOG_PRINT_L0(tools::wallet_rpc_server::tr("Starting wallet RPC server")); + LOG_PRINT_L0(tools::wallet_rpc_server::tr("WARNING: Integrated addresses and Payment IDs are obsolete. Use subaddresses instead.")); try { wrpc->run();