Skip to content

Commit 5c81fce

Browse files
committed
update dispatch weight
1 parent 5837721 commit 5c81fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/shield/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ pub mod pallet {
422422
/// * `reason` - Human-readable reason for the decryption failure (e.g., "ML-KEM decapsulate failed")
423423
#[pallet::call_index(3)]
424424
#[pallet::weight((
425-
Weight::from_parts(10_000_000, 0)
425+
Weight::from_parts(13_260_000, 0)
426426
.saturating_add(T::DbWeight::get().reads(1_u64))
427427
.saturating_add(T::DbWeight::get().writes(1_u64)),
428428
DispatchClass::Operational,

0 commit comments

Comments
 (0)