Skip to content

Commit 08239b9

Browse files
committed
fixup! chore: re-benchmark changes in peregrine runtime
1 parent 2adab38 commit 08239b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

runtimes/peregrine/src/weights/pallet_bonded_assets.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
use frame_support::{traits::Get, weights::Weight};
4545
use sp_std::marker::PhantomData;
4646

47+
// TODO: Remove once the benchmarking stuff fully supports pallet instances.
48+
use pallet_assets as pallet_bonded_assets;
49+
4750
/// Weight functions for `pallet_bonded_assets`.
4851
pub struct WeightInfo<T>(PhantomData<T>);
4952
impl<T: frame_system::Config> pallet_bonded_assets::WeightInfo for WeightInfo<T> {

0 commit comments

Comments
 (0)