Skip to content

Commit

Permalink
Merge pull request #1296 from lightninglabs/fix-sync-cache
Browse files Browse the repository at this point in the history
tapdb: thread through enabled flag correctly
  • Loading branch information
Roasbeef authored Jan 13, 2025
2 parents 355ce1c + 0e3b0b6 commit ec80946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapdb/multiverse_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func newSyncerRootNodeCache(enabled bool,
preAllocSize: preAllocSize,
universeRoots: rootsMap,
cacheLogger: newCacheLogger("syncer_universe_roots"),
enabled: enabled,
}
}

Expand Down

0 comments on commit ec80946

Please sign in to comment.