Skip to content

Commit

Permalink
Update lib.rs (#11029)
Browse files Browse the repository at this point in the history
This enables OPERATOR_BENEFICIARY_CHANGE in the devent to release (v1.8.4).
  • Loading branch information
junkil-park committed Nov 22, 2023
1 parent 1bc6fc0 commit 799425a
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 @@ -432,6 +432,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 799425a

Please sign in to comment.