mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 18:33:21 +02:00
Revert "lnwallet/interface_test: run tests with disabled hint cache"
This reverts commit 70ba3119b7
.
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user