mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
EnsureOrigin is a frame abstraction - it should be in frame_support (#5521)
* EnsureOrigin is a frame abstraction - it should be in frame_support * Fixes
This commit is contained in:
@@ -95,8 +95,10 @@ mod benchmarking;
|
||||
|
||||
use sp_std::{result, cmp};
|
||||
use sp_inherents::{ProvideInherent, InherentData, InherentIdentifier};
|
||||
#[cfg(feature = "std")]
|
||||
use frame_support::debug;
|
||||
use frame_support::{
|
||||
Parameter, decl_storage, decl_module, debug,
|
||||
Parameter, decl_storage, decl_module,
|
||||
traits::{Time, UnixTime, Get},
|
||||
weights::SimpleDispatchInfo,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user