From 61d21bd23680a2ed79e8179340e114df483cd766 Mon Sep 17 00:00:00 2001 From: wowario Date: Thu, 27 Dec 2018 09:16:53 +0300 Subject: [PATCH] add warning to wallet rpc --- src/wallet/wallet_rpc_server.cpp | 1 + 1 file changed, 1 insertion(+) 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();