Skip to content

Commit

Permalink
Update substrate/frame/bounties/src/benchmarking.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Jan 9, 2025
1 parent 05b1c75 commit 7aa357b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions substrate/frame/bounties/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ use pallet_treasury::Pallet as Treasury;

const SEED: u32 = 0;

fn set_block_number<T: Config<I>, I: 'static>(n: BlockNumberFor<T, I>) {
<T as pallet_treasury::Config<I>>::BlockNumberProvider::set_block_number(n);
}

fn minimum_balance<T: Config<I>, I: 'static>() -> BalanceOf<T, I> {
let minimum_balance = T::Currency::minimum_balance();

Expand Down

0 comments on commit 7aa357b

Please sign in to comment.