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: remove unused imports #7170

Merged
merged 1 commit into from
Feb 19, 2024
Merged

chore: remove unused imports #7170

merged 1 commit into from
Feb 19, 2024

Conversation

DaniPopes
Copy link
Member

No description provided.

@@ -410,7 +385,7 @@ pub mod wrapper {
#[serde(rename = "gasUsed")]
pub gas_used: Option<U256>,
/// Contract address created, or `None` if not a deployment.
#[serde(rename = "contractAddress", serialize_with = "serialize_opt_addr")]
Copy link
Member

Choose a reason for hiding this comment

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

do we not need this?

Copy link
Member Author

Choose a reason for hiding this comment

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

serialize fns don't do anything different than default impl

Copy link
Member

Choose a reason for hiding this comment

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

default impl does checksum? if so, all good, think this was just leftover from ethers

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah you're right, we wrapped to checksum, I don't know why but I'll keep it

@DaniPopes DaniPopes force-pushed the dani/unused-imports branch 2 times, most recently from 7f8b9e0 to 65dda6e Compare February 19, 2024 15:08
@DaniPopes DaniPopes merged commit 5addb9e into master Feb 19, 2024
18 of 19 checks passed
@DaniPopes DaniPopes deleted the dani/unused-imports branch February 19, 2024 16:41
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.

4 participants