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 @@ -111,7 +111,7 @@ struct LLMQParams {
111
111
// Number of quorums to consider "active" for signing sessions
112
112
int signingActiveQuorumCount;
113
113
114
- // Used for inter -quorum communication. This is the number of quorums for which we should keep old connections. This
114
+ // Used for intra -quorum communication. This is the number of quorums for which we should keep old connections. This
115
115
// should be at least one more then the active quorums set.
116
116
int keepOldConnections;
117
117
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ typedef std::shared_ptr<const CQuorum> CQuorumCPtr;
76
76
* The quorum manager maintains quorums which were mined on chain. When a quorum is requested from the manager,
77
77
* it will lookup the commitment (through CQuorumBlockProcessor) and build a CQuorum object from it.
78
78
*
79
- * It is also responsible for initialization of the inter -quorum connections for new quorums.
79
+ * It is also responsible for initialization of the intra -quorum connections for new quorums.
80
80
*/
81
81
class CQuorumManager
82
82
{
You can’t perform that action at this time.
0 commit comments