Skip to content

Commit

Permalink
inlines
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos committed Mar 8, 2024
1 parent e83a723 commit 4b7ae39
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ module aptos_framework::fungible_asset {
frozen: bool,
}

fun default_to_concurrent_fungible_supply(): bool {
inline fun default_to_concurrent_fungible_supply(): bool {
features::concurrent_fungible_assets_enabled()
}

fun default_to_concurrent_fungible_balance(): bool {
inline fun default_to_concurrent_fungible_balance(): bool {
features::concurrent_fungible_assets_enabled()
}

fun auto_upgrade_to_concurrent_fungible_balance(): bool {
inline fun auto_upgrade_to_concurrent_fungible_balance(): bool {
features::concurrent_fungible_assets_enabled()
}

Expand Down

0 comments on commit 4b7ae39

Please sign in to comment.