Revert "chainntnfs/btcdnotify: disable height hint cache in testing"

This reverts commit 98e7c968d4bf5900a5d7be7f557eab8f623633c0.
This commit is contained in:
Wilmer Paulino 2018-10-01 14:20:27 -07:00
parent 5127f2aa82
commit 9a025867d0
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

@ -23,7 +23,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)
}