Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: simplify TrinConfig::new_from usage #1562

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

morph-dev
Copy link
Collaborator

@morph-dev morph-dev commented Oct 29, 2024

What was wrong?

#1558 changed argument of TrinConfig::new_from from Iterator<T> to IntoIterator<T>.
This left many places unnecessarily using .iter() when calling it.

How was it fixed?

Removed .iter().

@morph-dev morph-dev requested a review from carver October 29, 2024 11:46
@morph-dev morph-dev self-assigned this Oct 29, 2024
Copy link
Member

@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Collaborator

@carver carver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@morph-dev morph-dev merged commit 52db77c into ethereum:master Oct 29, 2024
9 checks passed
@morph-dev morph-dev deleted the cli_usage branch October 29, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants