guide: remove refences to outdated secondary checkers (#6309)

* guide: remove refences to outdated secondary checkers

* Update roadmap/implementers-guide/src/glossary.md

* guide: remove refences to Fisherman

* revert changes to roadmap/parachains.md
This commit is contained in:
ordian
2022-11-30 13:28:35 +01:00
committed by GitHub
parent 28a4e90912
commit 063aab236f
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ impl std::fmt::Debug for CollationGenerationConfig {
pub struct AvailableData {
/// The Proof-of-Validation of the candidate.
pub pov: std::sync::Arc<PoV>,
/// The persisted validation data needed for secondary checks.
/// The persisted validation data needed for approval checks.
pub validation_data: PersistedValidationData,
}