routing/chainview: linter fixes

This commit is contained in:
Olaoluwa Osuntokun
2017-05-10 17:58:42 -07:00
parent 1b4862d815
commit 31cb1cb65b
3 changed files with 8 additions and 7 deletions

View File

@ -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 {