Skip to content

Commit

Permalink
better fix for dkgsessionhandler - missing WAIT()
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Dec 19, 2024
1 parent 24e7f56 commit fbd453b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llmq/dkgsessionhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ void CDKGSessionHandler::HandleDKGRound(CConnman& connman, PeerManager& peerman)
auto finalCommitment = curSession->FinalizeSingleCommitment();
if (finalCommitment.IsNull()) {
LogPrintf("final commitment is null here -- is-member=%d\n", curSession->AreWeMember());
WaitForNextPhase(QuorumPhase::Initialized, QuorumPhase::Contribute, curQuorumHash);
return;
}

Expand Down

0 comments on commit fbd453b

Please sign in to comment.