mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 00:45:43 +00:00
make weightinfo pub (#12074)
This commit is contained in:
@@ -38,6 +38,7 @@ mod mock;
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
pub mod weights;
|
pub mod weights;
|
||||||
|
pub use weights::WeightInfo;
|
||||||
|
|
||||||
use codec::{DecodeLimit, Encode, FullCodec};
|
use codec::{DecodeLimit, Encode, FullCodec};
|
||||||
use frame_support::{
|
use frame_support::{
|
||||||
@@ -54,7 +55,6 @@ pub use pallet::*;
|
|||||||
#[frame_support::pallet]
|
#[frame_support::pallet]
|
||||||
pub mod pallet {
|
pub mod pallet {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::weights::WeightInfo;
|
|
||||||
use frame_support::pallet_prelude::*;
|
use frame_support::pallet_prelude::*;
|
||||||
use frame_system::pallet_prelude::*;
|
use frame_system::pallet_prelude::*;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user