switch back to original fork

This commit is contained in:
Anton Kaliaev
2018-09-18 12:16:03 +04:00
parent ff9d0cdfb6
commit e1bda36c6c
6 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ func benchmarkTxIndex(txsCount int64, b *testing.B) {
}
defer os.RemoveAll(dir) // nolint: errcheck
store := db.NewDB("tx_index", "bboltdb", dir)
store := db.NewDB("tx_index", "leveldb", dir)
indexer := NewTxIndex(store)
batch := txindex.NewBatch(txsCount)