File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818// # Architecture
1919//
2020// In the happy path, one DKG instance runs every epoch. For each DKG instance, the [ReactorEngine]
21- // instantiates a new, epoch-scoped [ module.DKGController] and [ module.DKGBroker] using the provided ControllerFactory.
22- // The ControllerFactory ties new DKGControllers to the [MessagingEngine] via a BrokerTunnel,
21+ // instantiates a new, epoch-scoped module.DKGController and module.DKGBroker using the provided dkg. ControllerFactory.
22+ // The dkg. ControllerFactory ties new module.DKGController's to the [MessagingEngine] via a dkg. BrokerTunnel,
2323// which exposes channels to relay incoming and outgoing messages (see package module/dkg for details).
2424//
2525// EpochSetup/EpochCommit/OnView events
You can’t perform that action at this time.
0 commit comments