Skip to content

Commit

Permalink
export WeightInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored and RomarQ committed Mar 7, 2024
1 parent 6c113e8 commit f0d1bf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@

#![cfg_attr(not(feature = "std"), no_std)]

pub use crate::weights::WeightInfo;
use frame_support::pallet;
pub use pallet::*;

#[cfg(any(test, feature = "runtime-benchmarks"))]
mod benchmarks;
#[cfg(test)]
Expand All @@ -72,8 +74,7 @@ pub mod weights;

#[pallet]
pub mod pallet {

use crate::weights::WeightInfo;
use super::*;
use frame_support::traits::WithdrawReasons;
use frame_support::{
pallet_prelude::*,
Expand Down

0 comments on commit f0d1bf9

Please sign in to comment.