Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Feb 8, 2024
1 parent 217bb83 commit 95f8e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/dapp-staking-v3/src/benchmarking/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ mod benchmarks {
#[benchmark]
fn claim_unlocked(x: Linear<0, { T::MaxNumberOfStakedContracts::get() }>) {
initial_config::<T>();

// Prepare staker account and lock some amount
let staker: T::AccountId = whitelisted_caller();
let amount = (T::MinimumStakeAmount::get() + 1)
Expand Down

0 comments on commit 95f8e40

Please sign in to comment.