mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
add warning to wallet rpc
This commit is contained in:
parent
ec18a0df32
commit
61d21bd236
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue