nebaled rpc cals chaining to wallets manager

This commit is contained in:
cryptozoidberg 2024-02-07 16:46:22 +04:00
parent e20f419adc
commit 2aa3bdcb3f
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -548,8 +548,10 @@ bool wallets_manager::init_local_daemon()
//chain calls to rpc server
m_prpc_chain_handler = &m_wallet_rpc_server;
//disable this until we get full support of authentication with network
//m_rpc_server.set_rpc_chain_handler(this);
//disable this for main net until we get full support of authentication with network
#ifdef TESTNET
m_rpc_server.set_rpc_chain_handler(this);
#endif
LOG_PRINT_L0("Starting core rpc server...");