More wallet work and RPC work. The first real newcoin RPC "createfamily"

(to create a family of accounts) works.
This commit is contained in:
JoelKatz
2011-12-29 02:02:30 -08:00
parent ca33205b83
commit 8c5918b576
9 changed files with 142 additions and 26 deletions

View File

@@ -57,8 +57,6 @@ void Application::run()
theApp->setDB(new SqliteDatabase(filename.c_str()));
mDatabase->connect();
return; // TEMPORARY
if(theConfig.PEER_PORT)
{
mPeerDoor=new PeerDoor(mIOService);
@@ -74,6 +72,8 @@ void Application::run()
std::cout << "Before Run." << std::endl;
mIOService.run(); // This blocks
// temporary
return;
mWallet.load();
//BOOST_LOG_TRIVIAL(info) << "Done.";