Merge eaf186d1ee into merged_master (Bitcoin PR bitcoin/bitcoin#29690)

This commit is contained in:
ivanlele 2026-02-17 18:43:21 +00:00
commit a27285a8be
No known key found for this signature in database
17 changed files with 39 additions and 0 deletions

View file

@ -407,6 +407,7 @@ public:
NodeContext* m_context{nullptr};
};
// NOLINTNEXTLINE(misc-no-recursion)
bool FillBlock(const CBlockIndex* index, const FoundBlock& block, UniqueLock<RecursiveMutex>& lock, const CChain& active, const BlockManager& blockman)
{
if (!index) return false;