Make Preimage WeightInfo public (#10474)

This commit is contained in:
Gavin Wood
2021-12-12 00:41:46 +01:00
committed by GitHub
parent 7728dd7db0
commit ca0b816f08
+1 -1
View File
@@ -48,7 +48,7 @@ use frame_support::{
BoundedVec,
};
use scale_info::TypeInfo;
use weights::WeightInfo;
pub use weights::WeightInfo;
use frame_support::pallet_prelude::*;
use frame_system::pallet_prelude::*;