Skip to content

Commit

Permalink
Remove deprecated weight functions
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Mar 27, 2024
1 parent f9b82de commit 8f74134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
2 changes: 1 addition & 1 deletion substrate/frame/treasury/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ where

const SEED: u32 = 0;

// Create the pre-requisite information needed to create a treasury `propose_spend`.
// Create the pre-requisite information needed to create a treasury `spend_local`.
fn setup_proposal<T: Config<I>, I: 'static>(
u: u32,
) -> (T::AccountId, BalanceOf<T, I>, AccountIdLookupOf<T>) {
Expand Down
87 changes: 0 additions & 87 deletions substrate/frame/treasury/src/weights.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f74134

Please sign in to comment.