mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
remove unused origin (#9679)
This commit is contained in:
committed by
GitHub
parent
886825a5c0
commit
1309adf247
@@ -1063,9 +1063,6 @@ pub mod pallet {
|
|||||||
CallNotAllowed,
|
CallNotAllowed,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[pallet::origin]
|
|
||||||
pub struct Origin<T>(PhantomData<T>);
|
|
||||||
|
|
||||||
#[pallet::validate_unsigned]
|
#[pallet::validate_unsigned]
|
||||||
impl<T: Config> ValidateUnsigned for Pallet<T> {
|
impl<T: Config> ValidateUnsigned for Pallet<T> {
|
||||||
type Call = Call<T>;
|
type Call = Call<T>;
|
||||||
|
|||||||
Reference in New Issue
Block a user