Skip to content

Commit

Permalink
Enable CONCURRENT_TOKEN_V2 flag (#11932)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos authored Feb 7, 2024
1 parent a548322 commit 43c82c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aptos-move/vm-genesis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ pub fn default_features() -> Vec<FeatureFlag> {
FeatureFlag::SINGLE_SENDER_AUTHENTICATOR,
FeatureFlag::SPONSORED_AUTOMATIC_ACCOUNT_V1_CREATION,
FeatureFlag::FEE_PAYER_ACCOUNT_OPTIONAL,
FeatureFlag::CONCURRENT_TOKEN_V2,
FeatureFlag::LIMIT_MAX_IDENTIFIER_LENGTH,
FeatureFlag::OPERATOR_BENEFICIARY_CHANGE,
FeatureFlag::BN254_STRUCTURES,
Expand Down

0 comments on commit 43c82c1

Please sign in to comment.