mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +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();
|
auto finalCommitment = curSession->FinalizeSingleCommitment();
|
||||||
if (finalCommitment.IsNull()) {
|
if (finalCommitment.IsNull()) {
|
||||||
LogPrintf("final commitment is null here -- is-member=%d\n", curSession->AreWeMember());
|
LogPrintf("final commitment is null here -- is-member=%d\n", curSession->AreWeMember());
|
||||||
|
WaitForNextPhase(QuorumPhase::Initialized, QuorumPhase::Contribute, curQuorumHash);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user