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 6d3ab3a commit 92f4b99Copy full SHA for 92f4b99
pallets/utility/src/lib.rs
@@ -448,7 +448,7 @@ pub mod pallet {
448
} else {
449
Self::deposit_event(Event::BatchCompleted);
450
}
451
- let base_weight = T::WeightInfo::batch(calls_len as u32);
+ let base_weight = T::WeightInfo::force_batch(calls_len as u32);
452
Ok(Some(base_weight.saturating_add(weight)).into())
453
454
0 commit comments