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 } })
Describe the bug
Running
wallet_esplora_asyncwe panic due toblockstream.inforeplying with error code 429 to us (too many requests)To Reproduce
cargo runinbdk/example-crates/wallet_esplora_asyncproduces the following:Build environment