mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
routing/chainview: linter fixes
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
// The subset of the UTXO to be subscribed is that of all the currently opened
|
||||
// channels. Each time a channel is closed (the output is spent), a
|
||||
// notification is to be sent allowing the graph to be pruned.
|
||||
|
||||
//
|
||||
// NOTE: As FilteredBlocks are generated, it is recommended that
|
||||
// implementations reclaim the space occupied by newly spent outputs.
|
||||
type FilteredChainView interface {
|
||||
|
Reference in New Issue
Block a user