Revert "chainntnfs/bitcoindnotify: disable height hints in testing"

This reverts commit ab28db5b0dc780a09b7474e187cefff809ac2714.
This commit is contained in:
Wilmer Paulino 2018-10-01 14:20:13 -07:00
parent 7d94c65afc
commit 5127f2aa82
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

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