Skip to content

Commit

Permalink
fix: remove upgrade_accounts from WeightInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Nov 22, 2023
1 parent 38b1971 commit f1c3961
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frame/balances/src/lib.rs
Expand Up @@ -704,7 +704,7 @@ pub mod pallet {
Ok(())
}

/// Upgrade a specified account.
/*/// Upgrade a specified account.
///
/// - `origin`: Must be `Signed`.
/// - `who`: The account to be upgraded.
Expand Down Expand Up @@ -735,7 +735,7 @@ pub mod pallet {
} else {
Ok(Pays::Yes.into())
}
}
}*/

/// Alias for `transfer_allow_death`, provided only for name-wise compatibility.
///
Expand Down
10 changes: 5 additions & 5 deletions frame/balances/src/weights.rs

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

0 comments on commit f1c3961

Please sign in to comment.