Skip to content

Commit ca6aad7

Browse files
auto-update benchmark weights
1 parent aa72439 commit ca6aad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ pub mod pallet {
12491249
/// The extrinsic will call the Subtensor pallet to set the minimum delegate take.
12501250
#[pallet::call_index(46)]
12511251
#[pallet::weight((
1252-
Weight::from_parts(9_918_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)),
1252+
Weight::from_parts(5_500_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)),
12531253
DispatchClass::Operational,
12541254
Pays::Yes
12551255
))]

0 commit comments

Comments
 (0)