Skip to content

Commit

Permalink
try to fix thread 'http.worker0' panicked at /usr/local/cargo/registr…
Browse files Browse the repository at this point in the history
…y/src/index.crates.io-6f17d22bba15001f/postgres-0.19.8/src/connection.rs:66:22
  • Loading branch information
tommady committed Sep 4, 2024
1 parent 61101a2 commit 3b28ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3-service/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fn main() {
String::new(),
));

pnk!(GETTER.set(getter.clone()).map_err(|_| eg!()));
// pnk!(GETTER.set(getter.clone()).map_err(|_| eg!()));
pnk!(init_upstream(getter.clone()));

let tm_client = Arc::new(pnk!(HttpClient::new(config.tendermint_url.as_str())));
Expand Down

0 comments on commit 3b28ec5

Please sign in to comment.