disable txindex for now.

This commit is contained in:
Christopher Jeffrey 2014-12-08 14:04:27 -08:00
parent 614cb91dbf
commit da82924717
1 changed files with 3 additions and 3 deletions

View File

@ -192,9 +192,9 @@ Bitcoin.prototype.start = function(options, callback) {
}
});
if (options.txindex !== false) {
options.txindex = true;
}
//if (options.txindex !== false) {
// options.txindex = true;
//}
bitcoindjs.start(options, function(err, status) {
self._started = true;