mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Removing Outdated References to Misbehavior Arbitration Subsystem (#6814)
* Provisioner guide entry update * Removing mentions of misbehavior arbitration sub * fmt
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user