Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Fix hyperlink of retrievalWorker in csl-application-level #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/technical/protocols/2017-01-01-application-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ it receives an answer from that listener, a message of `MsgHeaders` type.

Additional worker for the block processing is defined in
[`Pos.Block.Worker`](https://github.com/input-output-hk/cardano-sl/blob/d564b3f5a7e03e086b62c88212870b5ea89f5e8b/src/Pos/Block/Worker.hs)
module. We reuse [`retrievalWorker`] described above and define a
module. We reuse [`retrievalWorker`](https://github.com/input-output-hk/cardano-sl/blob/08fa863502baeb399e15f525540050a117430d95/src/Pos/Block/Network/Retrieval.hs#L50) described above and define a
[well-documented](https://github.com/input-output-hk/cardano-sl/blob/a5f7991ff03a1e45114b901bfbbbb1ee3cd4d194/src/Pos/Block/Worker.hs#L82)
`blkOnNewSlot` worker. It represents an action which should be done when a new
slot starts. This action includes the following steps:
Expand Down