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

cleanup unused import #3238

Merged
merged 1 commit into from
Feb 24, 2020
Merged

Conversation

antiochp
Copy link
Member

1 line change to cleanup an unused import.
Related - #3236 (this was missed in this PR).

warning: unused import: `crate::util::secp::pedersen::Commitment`
  --> chain/src/types.rs:25:5
   |
25 | use crate::util::secp::pedersen::Commitment;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

@jaspervdm jaspervdm merged commit 3790b2c into mimblewimble:master Feb 24, 2020
@antiochp antiochp deleted the cleanup_imports branch February 24, 2020 15:09
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