mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-03 20:46:04 +02:00
multi: rename lll
to ll
and remove unused nolint
This commit is contained in:
@@ -526,7 +526,7 @@ func New(cfg Config, selfKeyDesc *keychain.KeyDescriptor) *AuthenticatedGossiper
|
||||
futureMsgs: newFutureMsgCache(maxFutureMessages),
|
||||
quit: make(chan struct{}),
|
||||
chanPolicyUpdates: make(chan *chanPolicyUpdateRequest),
|
||||
prematureChannelUpdates: lru.NewCache[uint64, *cachedNetworkMsg]( //nolint: lll
|
||||
prematureChannelUpdates: lru.NewCache[uint64, *cachedNetworkMsg]( //nolint: ll
|
||||
maxPrematureUpdates,
|
||||
),
|
||||
channelMtx: multimutex.NewMutex[uint64](),
|
||||
|
Reference in New Issue
Block a user