Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update Identity pallet to Frame V2 #8697

Merged
10 commits merged into from
May 4, 2021
2 changes: 1 addition & 1 deletion frame/identity/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use super::*;
use frame_system::{EventRecord, RawOrigin};
use frame_benchmarking::{benchmarks, account, whitelisted_caller, impl_benchmark_test_suite};
use sp_runtime::traits::Bounded;

use frame_support::{ensure, traits::Get};
use crate::Pallet as Identity;

const SEED: u32 = 0;
Expand Down
Loading