Skip to content

Commit

Permalink
Merge pull request #2532 from subspace/make-submit-fraud-proof-operat…
Browse files Browse the repository at this point in the history
…ional

Make `submit_fraud_proof` dispatch class `Operational`
  • Loading branch information
ParthDesai authored Feb 15, 2024
2 parents 863c4db + 9718be9 commit ad2cc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pallet-domains/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ mod pallet {

#[pallet::call_index(1)]
// TODO: proper weight
#[pallet::weight((Weight::from_all(10_000), Pays::No))]
#[pallet::weight((Weight::from_all(10_000), DispatchClass::Operational, Pays::No))]
pub fn submit_fraud_proof(
origin: OriginFor<T>,
fraud_proof: Box<FraudProof<BlockNumberFor<T>, T::Hash, T::DomainHeader>>,
Expand Down

0 comments on commit ad2cc2c

Please sign in to comment.