Skip to content

Commit 8e56fa1

Browse files
authored
Make weights::WeightInfo pub (paritytech#1886)
1 parent f3f80e1 commit 8e56fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/relayers/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ use bp_runtime::StorageDoubleMapKeyProvider;
2626
use frame_support::sp_runtime::Saturating;
2727
use sp_arithmetic::traits::{AtLeast32BitUnsigned, Zero};
2828
use sp_std::marker::PhantomData;
29-
use weights::WeightInfo;
3029

3130
pub use pallet::*;
3231
pub use payment_adapter::DeliveryConfirmationPaymentsAdapter;
32+
pub use weights::WeightInfo;
3333

3434
pub mod benchmarking;
3535

0 commit comments

Comments
 (0)