Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame/assets/src/functions.rs
Co-authored-by: Shawn Tabrizi <[email protected]>
  • Loading branch information
bkchr and shawntabrizi authored Apr 20, 2022
commit 07cd75c607d3f3b8b109e1bd78f8a74db81edd4b
2 changes: 1 addition & 1 deletion frame/assets/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl<T: Config<I>, I: 'static> Pallet<T, I> {
/// - `id`: The id of the asset that should be increased.
/// - `who`: The account of which the balance should be increased.
/// - `amount`: The amount by which the balance should be increased.
/// - `will_increase_supply`: Will the supply of the asset be increased by `amount` at the same
/// - `increase_supply`: Will the supply of the asset be increased by `amount` at the same
/// time as crediting the `account`.
pub(super) fn can_increase(
id: T::AssetId,
Expand Down