nebaled rpc cals chaining to wallets manager
This commit is contained in:
parent
e20f419adc
commit
2aa3bdcb3f
1 changed files with 4 additions and 2 deletions
|
|
@ -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...");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue