Skip to content

Commit

Permalink
disable notification
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 18, 2024
1 parent 91176ba commit c28d73f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,9 @@ bool AppInitMain()
while (!fHaveGenesis && !ShutdownRequested()) {
condvar_GenesisWait.wait_for(lock, std::chrono::milliseconds(500));
}
uiInterface.NotifyBlockTip.disconnect(BlockNotifyGenesisWait);
// TODO check it

// uiInterface.NotifyBlockTip.disconnect(BlockNotifyGenesisWait);
}

if (ShutdownRequested()) {
Expand Down

0 comments on commit c28d73f

Please sign in to comment.