Skip to content

Commit fa089b0

Browse files
committed
remove ex-package links
these don't resolve correctly when testing locally
1 parent 12d1320 commit fa089b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/consensus/dkg/doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
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

0 commit comments

Comments
 (0)