mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge eaf186d1ee into merged_master (Bitcoin PR bitcoin/bitcoin#29690)
This commit is contained in:
commit
a27285a8be
17 changed files with 39 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue