Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
benr-ml committed Mar 24, 2024
1 parent 07fc2d9 commit 75d6a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ impl ProtocolConfig {
pub fn enable_group_ops_native_function_msm(&self) -> bool {
self.feature_flags.enable_group_ops_native_function_msm
}

pub fn reject_mutable_random_on_entry_functions(&self) -> bool {
self.feature_flags.reject_mutable_random_on_entry_functions
}
Expand Down

0 comments on commit 75d6a56

Please sign in to comment.