Revert "lnwallet/interface_test: run tests with disabled hint cache"

This reverts commit 70ba3119b77151600d2b00c607ba89dfa6408254.
This commit is contained in:
Wilmer Paulino 2018-10-01 14:19:56 -07:00
parent 35bfb79099
commit c740b8b85f
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

@ -2153,7 +2153,7 @@ func TestLightningWallet(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)
} }