mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 19:37:56 +00:00
corrected paras code validation event comments (#4932)
the comments we're flipped between accepted and rejected events causing confusion, but usage of events is correct
This commit is contained in:
@@ -481,10 +481,10 @@ pub mod pallet {
|
||||
/// The given para either initiated or subscribed to a PVF check for the given validation
|
||||
/// code. `code_hash` `para_id`
|
||||
PvfCheckStarted(ValidationCodeHash, ParaId),
|
||||
/// The given validation code was rejected by the PVF pre-checking vote.
|
||||
/// The given validation code was accepted by the PVF pre-checking vote.
|
||||
/// `code_hash` `para_id`
|
||||
PvfCheckAccepted(ValidationCodeHash, ParaId),
|
||||
/// The given validation code was accepted by the PVF pre-checking vote.
|
||||
/// The given validation code was rejected by the PVF pre-checking vote.
|
||||
/// `code_hash` `para_id`
|
||||
PvfCheckRejected(ValidationCodeHash, ParaId),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user