rpc: added subaddresses warning

This commit is contained in:
wowario 2018-10-18 12:39:44 +03:00
parent cbf07f01ba
commit d1176c5ef5
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -2944,6 +2944,7 @@ just_dir:
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: Payment IDs/integrated addresses will be deprecated soon. Use sub-addresses."));
try
{
wrpc.run();