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

This reverts commit 12761a4f435a033e8425dbcb3b407bb094fcae9f.
This commit is contained in:
Wilmer Paulino 2018-10-01 14:19:48 -07:00
parent 88ac985c95
commit 35bfb79099
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

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