Skip to content

Commit 7aa357b

Browse files
authored
Update substrate/frame/bounties/src/benchmarking.rs
1 parent 05b1c75 commit 7aa357b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

substrate/frame/bounties/src/benchmarking.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ use pallet_treasury::Pallet as Treasury;
3131

3232
const SEED: u32 = 0;
3333

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-
3834
fn minimum_balance<T: Config<I>, I: 'static>() -> BalanceOf<T, I> {
3935
let minimum_balance = T::Currency::minimum_balance();
4036

0 commit comments

Comments
 (0)