We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1c75 commit 7aa357bCopy full SHA for 7aa357b
1 file changed
substrate/frame/bounties/src/benchmarking.rs
@@ -31,10 +31,6 @@ use pallet_treasury::Pallet as Treasury;
31
32
const SEED: u32 = 0;
33
34
-fn set_block_number<T: Config<I>, I: 'static>(n: BlockNumberFor<T, I>) {
35
- <T as pallet_treasury::Config<I>>::BlockNumberProvider::set_block_number(n);
36
-}
37
-
38
fn minimum_balance<T: Config<I>, I: 'static>() -> BalanceOf<T, I> {
39
let minimum_balance = T::Currency::minimum_balance();
40
0 commit comments