chainntnfs/interface_test: run tests w/ disabled cache

This commit is contained in:
Conner Fromknecht 2018-08-25 14:28:46 -07:00
parent 45a2c9aca8
commit 12761a4f43
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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