You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This might end up giving different results on different members
500
506
// This might happen when we are on the brink of confirming a new quorum
501
507
// This gives a slight risk of not getting enough shares to recover a signature
502
508
// But at least it shouldn't be possible to get conflicting recovered signatures
503
509
// TODO fix this by re-signing when the next block arrives, but only when that block results in a change of the quorum list and no recovered signature has been created in the mean time
504
-
CQuorumCPtr quorum = quorumManager->SelectQuorum(llmqType, id);
510
+
CQuorumCPtr quorum = SelectQuorumForSigning(llmqType, tipHeight, id);
0 commit comments