Revert "chainntnfs/interface_test: run tests w/ disabled cache"

This reverts commit 12761a4f43.
This commit is contained in:
Wilmer Paulino
2018-10-01 14:19:48 -07:00
parent 88ac985c95
commit 35bfb79099

View File

@@ -1758,7 +1758,7 @@ func TestInterfaces(t *testing.T) {
if err != nil {
t.Fatalf("unable to create db: %v", err)
}
hintCache, err := chainntnfs.NewHeightHintCache(db, true)
hintCache, err := chainntnfs.NewHeightHintCache(db)
if err != nil {
t.Fatalf("unable to create height hint cache: %v", err)
}