mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -64,6 +64,7 @@ var _ FilteredChainView = (*CfFilteredChainView)(nil)
|
||||
// this function.
|
||||
func NewCfFilteredChainView(node *neutrino.ChainService,
|
||||
blockCache *blockcache.BlockCache) (*CfFilteredChainView, error) {
|
||||
|
||||
return &CfFilteredChainView{
|
||||
blockQueue: newBlockEventQueue(),
|
||||
quit: make(chan struct{}),
|
||||
|
Reference in New Issue
Block a user