-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
@@ -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")] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
7f8b9e0
to
65dda6e
Compare
dc22cfe
to
2d75e71
Compare
No description provided.