leveldb does not like me.

This commit is contained in:
Christopher Jeffrey 2014-11-19 13:46:14 -08:00
parent d9231ef59b
commit 97aaa9dbad
1 changed files with 2 additions and 1 deletions

View File

@ -231,7 +231,8 @@ using namespace v8;
// Need this because account names can be an empty string.
#define EMPTY ("\\x01")
#define USE_LDB_ADDR 1
// LevelDB options
#define USE_LDB_ADDR 0
#define USE_LDB_FILES 1
#define USE_LDB_BLOCK 1