Restore daemon interactive mode

Daemon interactive mode is now working again.

RPC mapped calls in daemon and wallet have both had connection_context
removed as an argument as that argument was not being used anywhere.
This commit is contained in:
Thomas Winget
2015-03-27 08:01:30 -04:00
parent cd31ea9631
commit a0590d29cd
16 changed files with 512 additions and 162 deletions
+5
View File
@@ -82,6 +82,11 @@ public:
m_server.timed_wait_server_stop(5000);
}
cryptonote::core_rpc_server* get_server()
{
return &m_server;
}
~t_rpc()
{
LOG_PRINT_L0("Deinitializing rpc server...");