We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0576c25 commit 8d11b28Copy full SHA for 8d11b28
src/raw_client.rs
@@ -967,7 +967,7 @@ impl<T: Read + Write> ElectrumApi for RawClient<T> {
967
params.to_vec(),
968
);
969
970
- // Apply authorization token only to the first request in batch
+ // Servers expect auth token only in the first request in batched requests
971
if index == 0 {
972
if let Some(provider) = &self.auth_provider {
973
req.authorization = provider();
0 commit comments