Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Nov 7, 2024
1 parent 6274697 commit d38944d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl<'de> Deserialize<'de> for PublicKey {

impl PublicKey {
pub fn to_bls(&self) -> chia_bls::PublicKey {
self.0.clone()
self.0
}

pub fn bytes(&self) -> [u8; 48] {
Expand Down

0 comments on commit d38944d

Please sign in to comment.