This is a way to do deterministic keys that fits in better.

This commit is contained in:
JoelKatz
2011-12-17 21:12:05 -08:00
parent aad4696a46
commit 80b2ac8ee2
5 changed files with 29 additions and 123 deletions

View File

@@ -5,14 +5,12 @@
#include "Wallet.h"
#include "Ledger.h"
#include "SHAMap.h"
#include "DeterministicKeys.h"
int main()
{
theApp = new Application();
theApp->run();
DetKeySet::unitTest();
Serializer::TestSerializer();
SHAMapNode::ClassInit();
SHAMap::TestSHAMap();