mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 05:11:02 +00:00
pallet-whitelist: add sp-api/std to std feature to fix compile error (#11077)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
#![cfg(feature = "runtime-benchmarks")]
|
||||
|
||||
use super::*;
|
||||
use core::convert::TryInto;
|
||||
use frame_benchmarking::benchmarks;
|
||||
use frame_support::{ensure, traits::PreimageRecipient};
|
||||
use sp_runtime::traits::Hash;
|
||||
use frame_support::{
|
||||
ensure,
|
||||
traits::{EnsureOrigin, Get, PreimageRecipient},
|
||||
};
|
||||
|
||||
#[cfg(test)]
|
||||
use crate::Pallet as Whitelist;
|
||||
|
||||
Reference in New Issue
Block a user