Skip to content

Commit

Permalink
Update aptos_features.rs
Browse files Browse the repository at this point in the history
add COLLECTION_OWNER
  • Loading branch information
lightmark authored Nov 17, 2024
1 parent 8dc501b commit 1487f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/src/on_chain_config/aptos_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ impl FeatureFlag {
FeatureFlag::REJECT_UNSTABLE_BYTECODE_FOR_SCRIPT,
FeatureFlag::TRANSACTION_SIMULATION_ENHANCEMENT,
FeatureFlag::NATIVE_MEMORY_OPERATIONS,
FeatureFlag::COLLECTION_OWNER,
FeatureFlag::ENABLE_LOADER_V2,
]
}
Expand Down

0 comments on commit 1487f27

Please sign in to comment.