| 598 | return filter.GetFilter().MatchAny(filter_set); |
| 599 | } |
| 600 | bool findBlock(const uint256& hash, const FoundBlock& block) override |
| 601 | { |
| 602 | WAIT_LOCK(cs_main, lock); |
| 603 | return FillBlock(chainman().m_blockman.LookupBlockIndex(hash), block, lock, chainman().ActiveChain(), chainman().m_blockman); |
| 604 | } |
| 605 | bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& block) override |
| 606 | { |
| 607 | WAIT_LOCK(cs_main, lock); |