exonum-client icon indicating copy to clipboard operation
exonum-client copied to clipboard

Make send headers for tx.send

Open artpoddybnyy opened this issue 5 years ago • 0 comments

Actual

Method tx.send(explorerBasePath, type, data, secretKey, attempts, timeout) don't have opportunity send request headers

Expected

Method tx.send(explorerBasePath, type, data, secretKey, attempts, timeout, headers) have opportunity send request headers

 return _axios2.default.post('' + explorerBasePath, {
    tx_body: txBody
  }, headers}).then...

artpoddybnyy avatar Jun 13 '19 09:06 artpoddybnyy