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

Balance is 0 #98

Closed
singulart opened this issue Apr 24, 2022 · 0 comments · Fixed by #99
Closed

Balance is 0 #98

singulart opened this issue Apr 24, 2022 · 0 comments · Fixed by #99
Assignees
Labels
bug Something isn't working

Comments

@singulart
Copy link

singulart commented Apr 24, 2022

Steps to reproduce:

  1. Build the latest code
  2. start the arlocal
  3. curl -X POST http://localhost:1984/wallet - this gives an address f5xuglsb79wsnwvdk2jbqdepsxd0way8d4jwtngt2l8
  4. curl http://localhost:1984/mint/f5xuglsb79wsnwvdk2jbqdepsxd0way8d4jwtngt2l8/222 - returns HTTP code 200 and 222 as the response body
  5. curl http://localhost:1984/wallet/f5xuglsb79wsnwvdk2jbqdepsxd0way8d4jwtngt2l8/balance - gives 0

Expected result: balance should be = 222
Actual result: balance = 0

@fuadop fuadop self-assigned this Apr 24, 2022
@fuadop fuadop added the bug Something isn't working label Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants