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: avoid unnecessary mut #9238

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

Karrq
Copy link
Contributor

@Karrq Karrq commented Oct 31, 2024

Motivation

This small section seems to have some leftover unnecessary mut, even tho no field of transaction is changed.
I believe this was not removed after moving ScriptSequence

Solution

Cleanup mut qualifier and related tx_mut() method usage in favor of tx()

@DaniPopes DaniPopes enabled auto-merge (squash) October 31, 2024 17:07
@DaniPopes DaniPopes merged commit 17e0981 into foundry-rs:master Oct 31, 2024
21 checks passed
rplusq pushed a commit to rplusq/foundry that referenced this pull request Nov 29, 2024
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.

2 participants