diff --git a/polkadot/runtime/parachains/src/paras.rs b/polkadot/runtime/parachains/src/paras.rs index 8fdef24ec2..93c080af21 100644 --- a/polkadot/runtime/parachains/src/paras.rs +++ b/polkadot/runtime/parachains/src/paras.rs @@ -765,7 +765,7 @@ pub mod pallet { /// Includes a statement for a PVF pre-checking vote. Potentially, finalizes the vote and /// enacts the results if that was the last vote before achieving the supermajority. - #[pallet::weight(0)] + #[pallet::weight(Weight::MAX)] pub fn include_pvf_check_statement( origin: OriginFor, stmt: PvfCheckStatement,