add warning to wallet rpc

release-v0.5.0
wowario 6 years ago
parent ec18a0df32
commit 61d21bd236
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -3855,6 +3855,7 @@ public:
wrpc->send_stop_signal(); wrpc->send_stop_signal();
}); });
LOG_PRINT_L0(tools::wallet_rpc_server::tr("Starting wallet RPC server")); 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 try
{ {
wrpc->run(); wrpc->run();

Loading…
Cancel
Save