Versions in this module Expand all Collapse all v0 v0.0.3 Sep 11, 2024 Changes in this version + type BlockCache struct + Cache *lru.Cache[wire.InvVect, *neutrino.CacheableBlock] + HashMutex *multimutex.Mutex[lntypes.Hash] + func NewBlockCache(capacity uint64) *BlockCache + func (bc *BlockCache) GetBlock(hash *chainhash.Hash, ...) (*wire.MsgBlock, error)