mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove old code.
This commit is contained in:
6
test.cpp
6
test.cpp
@@ -6,11 +6,17 @@
|
|||||||
#include "Ledger.h"
|
#include "Ledger.h"
|
||||||
#include "SHAMap.h"
|
#include "SHAMap.h"
|
||||||
|
|
||||||
|
extern void DKunitTest();
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// Wallet::unitTest();
|
||||||
|
|
||||||
theApp = new Application();
|
theApp = new Application();
|
||||||
theApp->run();
|
theApp->run();
|
||||||
|
|
||||||
|
|
||||||
Serializer::TestSerializer();
|
Serializer::TestSerializer();
|
||||||
SHAMapNode::ClassInit();
|
SHAMapNode::ClassInit();
|
||||||
SHAMap::TestSHAMap();
|
SHAMap::TestSHAMap();
|
||||||
|
|||||||
Reference in New Issue
Block a user