Skip to content

Commit

Permalink
clippy suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Dec 18, 2024
1 parent 83288f4 commit 7a393d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/da_clients/src/eigen/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl Clone for RawEigenClient {
fn clone(&self) -> Self {
Self {
client: self.client.clone(),
private_key: self.private_key.clone(),
private_key: self.private_key,
config: self.config.clone(),
verifier: self.verifier.clone(),
get_blob_data: self.get_blob_data.clone_boxed(),
Expand Down

0 comments on commit 7a393d0

Please sign in to comment.