diff --git a/lnwallet/interface_test.go b/lnwallet/interface_test.go index 6bdffc24..d71025a8 100644 --- a/lnwallet/interface_test.go +++ b/lnwallet/interface_test.go @@ -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) }