Skip to content

Commit

Permalink
consensus: remove unneeded derives for InternalKeypair
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 17, 2024
1 parent ecc7f69 commit 23bc44c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions consensus/src/taproot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ impl FromStr for XOnlyPk {

/// Internal taproot public key, which can be present only in key fragment
/// inside taproot descriptors.
#[derive(Wrapper, WrapperMut, Eq, PartialEq, From)]
#[wrapper(Deref)]
#[derive(Eq, PartialEq, From)]
pub struct InternalKeypair(#[from] Keypair);

impl InternalKeypair {
Expand Down

0 comments on commit 23bc44c

Please sign in to comment.