chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -124,7 +124,8 @@ pub mod pezpallet {
|
||||
|
||||
#[pezpallet::config]
|
||||
pub trait Config: pezframe_system::Config {
|
||||
type RuntimeEvent: From<Event<Self>> + IsType<<Self as pezframe_system::Config>::RuntimeEvent>;
|
||||
type RuntimeEvent: From<Event<Self>>
|
||||
+ IsType<<Self as pezframe_system::Config>::RuntimeEvent>;
|
||||
type Currency: ReservableCurrency<Self::AccountId>;
|
||||
|
||||
/// Origin that can revoke citizenship (governance/root)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use codec::{Decode, Encode, MaxEncodedLen};
|
||||
use pezframe_support::pezpallet_prelude::{BoundedVec, Get, RuntimeDebug};
|
||||
use scale_info::TypeInfo;
|
||||
use pezsp_core::H256;
|
||||
use scale_info::TypeInfo;
|
||||
|
||||
/// Citizenship status levels
|
||||
/// PRIVACY: No personal data stored on-chain, only status and hash
|
||||
|
||||
Reference in New Issue
Block a user