Skip to content

Commit

Permalink
No timeout for wallet client
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Apr 19, 2024
1 parent 3b081a2 commit 89e1453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/wallet_constructor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ impl WalletConstructor {

Self {
ord_client: reqwest::blocking::ClientBuilder::new()
.timeout(None)
.default_headers(headers.clone())
.build()?,
name,
Expand Down

0 comments on commit 89e1453

Please sign in to comment.