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

GET and POST on /v2/slp/burnTotal returning incorrect values #560

Open
lucasmgv opened this issue Feb 28, 2020 · 0 comments
Open

GET and POST on /v2/slp/burnTotal returning incorrect values #560

lucasmgv opened this issue Feb 28, 2020 · 0 comments
Labels
Needs Investigation Further investigation required

Comments

@lucasmgv
Copy link

/v2/slp/burnTotal and /v3/slp/burnTotal both for GET and POST seems not to return correct values.

  • Example returns :
    {"transactionId":"c1e3087d656a240660ce8e5ab00c31f70f1a5fcf1b42efe394787ac14e4b4114","inputTotal":35,"outputTotal":35,"burnTotal":0}

  • Expected:
    {"transactionId":"c1e3087d656a240660ce8e5ab00c31f70f1a5fcf1b42efe394787ac14e4b4114","inputTotal":35,"outputTotal":31,"burnTotal":4}

@christroutner christroutner added the Needs Investigation Further investigation required label Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Investigation Further investigation required
Projects
None yet
Development

No branches or pull requests

2 participants