You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Using Postman (enrolled, registered and generated fitcoins for a specific user):
For totalSteps values less than or equal 100, is returning 0 in the blockchain block "fitcoinsBalance\":0,\"id\":\"b98b4a8d-109f-4617-8085-0812f6f66c59\",\"memberType\":\"user\",\"stepsUsedForConversion\":0,\"totalSteps\":0}"
For totalSteps values greater than or equal to 101 is working fine (e.g. if totalSteps=200, then fitcoinsBalance=2) "memberType\":\"user\",\"fitcoinsBalance\":1,\"totalSteps\":101,\"stepsUsedForConversion\":100,\"contractIds\":null}"
The text was updated successfully, but these errors were encountered:
Using Postman (enrolled, registered and generated fitcoins for a specific user):
For totalSteps values less than or equal 100, is returning 0 in the blockchain block
"fitcoinsBalance\":0,\"id\":\"b98b4a8d-109f-4617-8085-0812f6f66c59\",\"memberType\":\"user\",\"stepsUsedForConversion\":0,\"totalSteps\":0}"
For totalSteps values greater than or equal to 101 is working fine (e.g. if totalSteps=200, then fitcoinsBalance=2)
"memberType\":\"user\",\"fitcoinsBalance\":1,\"totalSteps\":101,\"stepsUsedForConversion\":100,\"contractIds\":null}"
The text was updated successfully, but these errors were encountered: