Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
Arthur Britto
2012-05-15 20:28:42 -07:00

View File

@@ -61,6 +61,7 @@ void Application::stop()
void Application::run() void Application::run()
{ {
assert(mTxnDB==NULL); assert(mTxnDB==NULL);
SHAMapNode::ClassInit();
// //
// Construct databases. // Construct databases.