mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-15 03:51:23 +01:00
routing/chainview: update to latest API changes
This commit is contained in:
parent
9b6b78a932
commit
85c0dd3de0
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ func (c *CfFilteredChainView) FilterBlock(blockHash *chainhash.Hash) (*FilteredB
|
||||||
// If we reach this point, then there was a match, so we'll need to
|
// If we reach this point, then there was a match, so we'll need to
|
||||||
// fetch the block itself so we can scan it for any actual matches (as
|
// fetch the block itself so we can scan it for any actual matches (as
|
||||||
// there's a fp rate).
|
// there's a fp rate).
|
||||||
block, err := c.p2pNode.GetBlockFromNetwork(*blockHash)
|
block, err := c.p2pNode.GetBlock(*blockHash)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue