mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
routing/chainview: update neutrino driver to comply with BIP
This commit is contained in:
parent
215d57acb9
commit
1c408adcab
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ func (c *CfFilteredChainView) FilterBlock(blockHash *chainhash.Hash) (*FilteredB
|
|||
// Next, using the block, hash, we'll fetch the compact filter for this
|
||||
// block. We only require the regular filter as we're just looking for
|
||||
// outpoint that have been spent.
|
||||
filter, err := c.p2pNode.GetCFilter(*blockHash, false)
|
||||
filter, err := c.p2pNode.GetCFilter(*blockHash, wire.GCSFilterRegular)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue