Skip to content

Commit

Permalink
Update core/node/da_clients/src/eigen/sdk.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Gianbelinche <[email protected]>
  • Loading branch information
juan518munoz and gianbelinche authored Nov 26, 2024
1 parent 879f154 commit 6a99d25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/node/da_clients/src/eigen/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ impl RawEigenClient {
query_client,
);

// let verifier = Verifier::new(verifier_config, MockVerifierClient::new(HashMap::new()))
let verifier = Verifier::new(verifier_config, signing_client)
.map_err(|e| anyhow::anyhow!(format!("Failed to create verifier {:?}", e)))?;
Ok(RawEigenClient {
Expand Down

0 comments on commit 6a99d25

Please sign in to comment.