use txindex from now on.

This commit is contained in:
Christopher Jeffrey 2014-12-10 11:05:15 -08:00
parent 4ae8ddc5bb
commit f160d36624
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;