Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make send headers for tx.send #158

Open
artpoddybnyy opened this issue Jun 13, 2019 · 0 comments
Open

Make send headers for tx.send #158

artpoddybnyy opened this issue Jun 13, 2019 · 0 comments

Comments

@artpoddybnyy
Copy link

artpoddybnyy commented Jun 13, 2019

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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant