Skip to content

Commit 914f6e5

Browse files
authored
Make Preimage WeightInfo public (paritytech#10474)
1 parent c7a3e46 commit 914f6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/preimage/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ use frame_support::{
4848
BoundedVec,
4949
};
5050
use scale_info::TypeInfo;
51-
use weights::WeightInfo;
51+
pub use weights::WeightInfo;
5252

5353
use frame_support::pallet_prelude::*;
5454
use frame_system::pallet_prelude::*;

0 commit comments

Comments
 (0)