mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
better fix for dkgsessionhandler - missing WAIT()
This commit is contained in:
parent
24e7f5645a
commit
fbd453b473
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user