Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jul 3, 2024
1 parent d05752e commit 328f9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iota-execution/v0/iota-verifier/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn default_verifier_config(
max_basic_blocks_in_script: None,
max_per_fun_meter_units,
max_per_mod_meter_units,
max_identifier_len: protocol_config.max_move_identifier_len_as_option(), /* Before protocol version 9, there was no limit */
max_identifier_len: protocol_config.max_move_identifier_len_as_option(),
allow_receiving_object_id: protocol_config.allow_receiving_object_id(),
reject_mutable_random_on_entry_functions: protocol_config
.reject_mutable_random_on_entry_functions(),
Expand Down

0 comments on commit 328f9d5

Please sign in to comment.