Make weights::WeightInfo pub (#1886)

This commit is contained in:
Branislav Kontur
2023-02-16 14:49:48 +01:00
committed by Bastian Köcher
parent c6c39be967
commit 6a2ef74707
+1 -1
View File
@@ -26,10 +26,10 @@ use bp_runtime::StorageDoubleMapKeyProvider;
use frame_support::sp_runtime::Saturating; use frame_support::sp_runtime::Saturating;
use sp_arithmetic::traits::{AtLeast32BitUnsigned, Zero}; use sp_arithmetic::traits::{AtLeast32BitUnsigned, Zero};
use sp_std::marker::PhantomData; use sp_std::marker::PhantomData;
use weights::WeightInfo;
pub use pallet::*; pub use pallet::*;
pub use payment_adapter::DeliveryConfirmationPaymentsAdapter; pub use payment_adapter::DeliveryConfirmationPaymentsAdapter;
pub use weights::WeightInfo;
pub mod benchmarking; pub mod benchmarking;