Skip to content

Commit

Permalink
make submit_fraud_proof dispatch class Operational
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Feb 15, 2024
1 parent 863c4db commit 9718be9
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 9718be9

Please sign in to comment.