We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adab38 commit 08239b9Copy full SHA for 08239b9
1 file changed
runtimes/peregrine/src/weights/pallet_bonded_assets.rs
@@ -44,6 +44,9 @@
44
use frame_support::{traits::Get, weights::Weight};
45
use sp_std::marker::PhantomData;
46
47
+// TODO: Remove once the benchmarking stuff fully supports pallet instances.
48
+use pallet_assets as pallet_bonded_assets;
49
+
50
/// Weight functions for `pallet_bonded_assets`.
51
pub struct WeightInfo<T>(PhantomData<T>);
52
impl<T: frame_system::Config> pallet_bonded_assets::WeightInfo for WeightInfo<T> {
0 commit comments