mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge a25945318f into merged_master (Bitcoin PR #17250)
This commit is contained in:
commit
3d8a03ea9d
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ public:
|
|||
return MakeHandler(
|
||||
::uiInterface.NotifyHeaderTip_connect([fn](bool initial_download, const CBlockIndex* block) {
|
||||
fn(initial_download, block->nHeight, block->GetBlockTime(),
|
||||
GuessVerificationProgress(block, Params().GetConsensus().nPowTargetSpacing));
|
||||
/* verification progress is unused when a header was received */ 0);
|
||||
}));
|
||||
}
|
||||
InitInterfaces m_interfaces;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue