-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Labels
Milestone
Description
Describe the bug
Running wallet_esplora_async
we panic due to blockstream.info
replying with error code 429 to us (too many requests)
To Reproduce
cargo run
in bdk/example-crates/wallet_esplora_async
produces the following:
Scanning keychain [External] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Error: Reqwest(reqwest::Error { kind: Status(429), url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("blockstream.info")), port: None, path: "/testnet/api/scripthash/aaaf78825de8d6cce8fc0865688238e8169f64967f102c10db8112a806ff9713/txs", query: None, fragment: None } })
Build environment
- BDK tag/commit: fda8c75
vladimirfomene
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done