Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
h2physics committed Feb 28, 2024
1 parent 3b37f01 commit 10305b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validators/pool_validator.ak
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ validator(
expect and {
// User Inputs and Input Indexes must have the same length
builtin.length_of_bytearray(input_indexes) == list.length(user_inputs),
// utils.compare_list_length(input_indexes, user_inputs),
// Pool Inputs & Outputs must have the same length
utils.compare_list_length(pool_inputs, pool_outputs),
}
Expand Down

0 comments on commit 10305b6

Please sign in to comment.