Removing Outdated References to Misbehavior Arbitration Subsystem (#6814)

* Provisioner guide entry update

* Removing mentions of misbehavior arbitration sub

* fmt
This commit is contained in:
Bradley Olson
2023-03-03 03:17:17 -08:00
committed by GitHub
parent 837d7748ad
commit f2bc0f57b6
6 changed files with 13 additions and 12 deletions
@@ -68,7 +68,8 @@ pub enum CandidateBackingMessage {
/// given relay-parent (ref. by hash). This candidate must be validated.
Second(Hash, CandidateReceipt, PoV),
/// Note a validator's statement about a particular candidate. Disagreements about validity must be escalated
/// to a broader check by Misbehavior Arbitration. Agreements are simply tallied until a quorum is reached.
/// to a broader check by the Disputes Subsystem, though that escalation is deferred until the approval voting
/// stage to guarantee availability. Agreements are simply tallied until a quorum is reached.
Statement(Hash, SignedFullStatement),
}