1
0
Fork 0
forked from lthn/blockchain

disabled wllet rpc in UI

This commit is contained in:
cryptozoidberg 2024-01-14 14:53:16 +01:00
parent 90c7b5d02d
commit 7086531e08
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

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