fixed benchmarks of relayers pallet (#1700)

This commit is contained in:
Svyatoslav Nikolsky
2022-12-05 13:36:11 +03:00
committed by Bastian Köcher
parent 66dfd2dcae
commit b94bd8d46b
4 changed files with 39 additions and 7 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ use weights::WeightInfo;
pub use pallet::*;
pub use payment_adapter::MessageDeliveryAndDispatchPaymentAdapter;
mod benchmarking;
pub mod benchmarking;
mod mock;
mod payment_adapter;