Remove old code.

This commit is contained in:
JoelKatz
2012-01-19 10:04:48 -08:00
parent ef24377d08
commit 61f72e2141

View File

@@ -6,11 +6,17 @@
#include "Ledger.h"
#include "SHAMap.h"
extern void DKunitTest();
int main()
{
// Wallet::unitTest();
theApp = new Application();
theApp->run();
Serializer::TestSerializer();
SHAMapNode::ClassInit();
SHAMap::TestSHAMap();