mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
rpc: added subaddresses warning
This commit is contained in:
parent
cbf07f01ba
commit
d1176c5ef5
1 changed files with 1 additions and 0 deletions
|
@ -2944,6 +2944,7 @@ just_dir:
|
||||||
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: Payment IDs/integrated addresses will be deprecated soon. Use sub-addresses."));
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
wrpc.run();
|
wrpc.run();
|
||||||
|
|
Loading…
Reference in a new issue