Skip to content

Commit

Permalink
Update lib.rs (#10861)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkil-park committed Nov 22, 2023
1 parent 30c6897 commit 1bc6fc0
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 @@ -431,6 +431,7 @@ pub fn default_features() -> Vec<FeatureFlag> {
FeatureFlag::SINGLE_SENDER_AUTHENTICATOR,
FeatureFlag::SPONSORED_AUTOMATIC_ACCOUNT_CREATION,
FeatureFlag::FEE_PAYER_ACCOUNT_OPTIONAL,
FeatureFlag::LIMIT_MAX_IDENTIFIER_LENGTH,
]
}

Expand Down

0 comments on commit 1bc6fc0

Please sign in to comment.