lnwallet/interface_test: run tests with disabled hint cache

This commit is contained in:
Conner Fromknecht 2018-08-25 14:31:12 -07:00
parent 12761a4f43
commit 70ba3119b7
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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