Skip to content

Commit

Permalink
fixup! web3Signer: set header "Accept: application/json" as we expect…
Browse files Browse the repository at this point in the history
… json in the response
  • Loading branch information
lrusak committed May 2, 2024
1 parent 8965009 commit 92f5ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/signing_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::http_metrics::metrics;
use eth2_keystore::Keystore;
use lockfile::Lockfile;
use parking_lot::Mutex;
use reqwest::{Client, header::ACCEPT};
use reqwest::{header::ACCEPT, Client};
use std::path::PathBuf;
use std::sync::Arc;
use task_executor::TaskExecutor;
Expand Down

0 comments on commit 92f5ad0

Please sign in to comment.