-
Notifications
You must be signed in to change notification settings - Fork 11
Incorrect attribute names/types in getBalances
response
#7
Comments
|
The capitalised attribute names may be due to iotaledger/iri#319 |
This was fixed here iotaledger/iota.go@63fcd33, seems like the sandbox was just not updated. As far as string vs. int goes, I'm open to change that to comply with the actual IRI API. |
Thanks @knarz! Who is responsible for updating the sandbox? WRT string vs. int, I think most libraries will work fine either way. There might be an edge case where the JS lib is trying to process a |
btw did this fix ever get deployed to the Sandbox node? |
From iotaledger/iota.py#55:
Note that the first letter of each JSON key is capitalised, and the balances are returned as integers instead of strings.
The text was updated successfully, but these errors were encountered: