Skip to content

Commit

Permalink
Enables OPERATOR_BENEFICIARY_CHANGE in devent by default (#11029)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkil-park authored Nov 21, 2023
1 parent f55b235 commit bf75f97
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 @@ -435,6 +435,7 @@ pub fn default_features() -> Vec<FeatureFlag> {
FeatureFlag::SPONSORED_AUTOMATIC_ACCOUNT_CREATION,
FeatureFlag::FEE_PAYER_ACCOUNT_OPTIONAL,
FeatureFlag::LIMIT_MAX_IDENTIFIER_LENGTH,
FeatureFlag::OPERATOR_BENEFICIARY_CHANGE,
]
}

Expand Down

0 comments on commit bf75f97

Please sign in to comment.