Updates, working to get the network code going.

This commit is contained in:
JoelKatz
2011-11-30 21:29:38 -08:00
parent 284445a7fa
commit f3ed8b7ec9
9 changed files with 295 additions and 172 deletions

View File

@@ -2,6 +2,7 @@
#include "Config.h"
#include "PeerDoor.h"
#include "RPCDoor.h"
#include "BitcoinUtil.h"
#include "database/SqliteDatabase.h"
//#include <boost/log/trivial.hpp>
#include <iostream>
@@ -26,7 +27,6 @@ Application::Application()
mKnownNodes.load();
//mUNL.load();
mWallet.load();
mLedgerMaster.load();
mPeerDoor=NULL;
mRPCDoor=NULL;
}