use leveldb to parse all blocks for txes.

This commit is contained in:
Christopher Jeffrey 2014-12-01 14:59:09 -08:00
parent e1722b0a63
commit 15a694d127

View File

@ -187,7 +187,7 @@ using namespace v8;
#define EMPTY ("\\x01") #define EMPTY ("\\x01")
// LevelDB options // LevelDB options
#define USE_LDB_ADDR 0 #define USE_LDB_ADDR 1
/** /**
* Node.js Exposed Function Templates * Node.js Exposed Function Templates