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 Aug 18, 2020. It is now read-only.
I query Cardano Node to retrieve address index for my account using following method: https://cardanodocs.com/technical/wallet/api/v1/?v=1.6.0#section/Getting-Started/Receiving-ADA
This returns correct balance value of my wallet (
amount
field) :Then, I use https://cardanodocs.com/technical/wallet/api/v1/?v=1.6.0#section/Getting-Started/Sending-ADA to send a transaction from that address. It is successfully sent.
And then, I am trying to do exactly the same thing again. However, https://cardanodocs.com/technical/wallet/api/v1/?v=1.6.0#section/Getting-Started/Receiving-ADA incorrectly returns
0
balance this time:Please do note that is also returned an additional address with
used
flag set tofalse
.Funny thing is, if I wait some time (couple of seconds) , hitting exactly the same endpoint with exactly the same data returns correct balance.
What is happening there? Looks like a bug to me, but it may also be my poor understanding of Cardano ;)
The text was updated successfully, but these errors were encountered: