We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5837721 commit 5c81fceCopy full SHA for 5c81fce
pallets/shield/src/lib.rs
@@ -422,7 +422,7 @@ pub mod pallet {
422
/// * `reason` - Human-readable reason for the decryption failure (e.g., "ML-KEM decapsulate failed")
423
#[pallet::call_index(3)]
424
#[pallet::weight((
425
- Weight::from_parts(10_000_000, 0)
+ Weight::from_parts(13_260_000, 0)
426
.saturating_add(T::DbWeight::get().reads(1_u64))
427
.saturating_add(T::DbWeight::get().writes(1_u64)),
428
DispatchClass::Operational,
0 commit comments