Skip to content

Commit

Permalink
always send headers (aggregator compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyFFM committed Jun 3, 2019
1 parent 42119c8 commit be0869b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/client.rs
Expand Up @@ -147,6 +147,7 @@ impl Client {
pub fn get_mining_info(&self) -> impl Future<Item = MiningInfoResponse, Error = FetchError> {
self.inner
.get(self.uri_for("burst"))
.headers((*self.headers).clone())
.query(&GetMiningInfoRequest {
request_type: &"getMiningInfo",
})
Expand Down

0 comments on commit be0869b

Please sign in to comment.