File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ struct LLMQParams {
154
154
// Number of quorums to consider "active" for signing sessions
155
155
int signingActiveQuorumCount;
156
156
157
- // Used for inter -quorum communication. This is the number of quorums for which we should keep old connections. This
157
+ // Used for intra -quorum communication. This is the number of quorums for which we should keep old connections. This
158
158
// should be at least one more then the active quorums set.
159
159
int keepOldConnections;
160
160
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ typedef std::shared_ptr<const CQuorum> CQuorumCPtr;
75
75
* The quorum manager maintains quorums which were mined on chain. When a quorum is requested from the manager,
76
76
* it will lookup the commitment (through CQuorumBlockProcessor) and build a CQuorum object from it.
77
77
*
78
- * It is also responsible for initialization of the inter -quorum connections for new quorums.
78
+ * It is also responsible for initialization of the intra -quorum connections for new quorums.
79
79
*/
80
80
class CQuorumManager
81
81
{
You can’t perform that action at this time.
0 commit comments