mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 05:48:36 +00:00
add warning to wallet rpc
This commit is contained in:
parent
ec18a0df32
commit
61d21bd236
@ -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…
x
Reference in New Issue
Block a user