Skip to content

Commit

Permalink
Remove timeout for wallet client (ordinals#3621)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Apr 19, 2024
1 parent 3b081a2 commit 97b7364
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 97b7364

Please sign in to comment.