Skip to content

Commit

Permalink
fix benchmarks issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Jul 12, 2023
1 parent 785b2fe commit a115859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/dapps-staking/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use super::*;
use crate::Pallet as DappsStaking;

use frame_benchmarking::{account, benchmarks, impl_benchmark_test_suite, whitelisted_caller};
use frame_support::traits::{Get, OnFinalize, OnInitialize};
use frame_support::traits::{Get, OnFinalize, OnInitialize, Currency};
use frame_system::{Pallet as System, RawOrigin};
use sp_runtime::traits::{One, TrailingZeroInput};

Expand Down

0 comments on commit a115859

Please sign in to comment.