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
No known key found for this signature in database
GPG key ID: 58131A160789E630
16 changed files with 512 additions and 162 deletions

View file

@ -48,7 +48,7 @@ public:
t_daemon & operator=(t_daemon && other);
~t_daemon();
bool run();
bool run(bool interactive = false);
void stop();
};
}