Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame/identity/src/benchmarking.rs
  • Loading branch information
bkchr authored Oct 19, 2022
commit fd3ba923be9abadb17d2943e48ff7d22e8ca0a0d
1 change: 0 additions & 1 deletion frame/identity/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ benchmarks! {
// User requests judgement from all the registrars, and they approve
for i in 0..r {
let registrar: T::AccountId = account("registrar", i, SEED);
let registrar_lookup = T::Lookup::unlookup(registrar.clone());
let balance_to_use = T::Currency::minimum_balance() * 10u32.into();
let _ = T::Currency::make_free_balance_be(&registrar, balance_to_use);

Expand Down