re-export weight file for fast-unstsake pallet (#12352)

This commit is contained in:
Kian Paimani
2022-09-26 12:08:34 +01:00
committed by GitHub
parent 11fa9af104
commit ea377d0b17
+1 -1
View File
@@ -90,7 +90,7 @@ pub mod pallet {
};
use sp_staking::EraIndex;
use sp_std::{prelude::*, vec::Vec};
use weights::WeightInfo;
pub use weights::WeightInfo;
#[derive(scale_info::TypeInfo, codec::Encode, codec::Decode, codec::MaxEncodedLen)]
#[codec(mel_bound(T: Config))]