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
As I understand it, NBExplorer stores new blocks published on the network. Likewise, if a transaction is related to a tracked source, it stores it in its database. And it does not go to the previous transactions published in the network.
Considering this issue, how can it correctly return the balance of a tracked source if it does not look for transactions related to it in previous historical blocks?
For example, I imported an address of testNet Dogecoin whose balance is not zero, but when I got the balance, zero was returned.
As I understand it, NBExplorer stores new blocks published on the network. Likewise, if a transaction is related to a tracked source, it stores it in its database. And it does not go to the previous transactions published in the network.
Considering this issue, how can it correctly return the balance of a tracked source if it does not look for transactions related to it in previous historical blocks?
For example, I imported an address of testNet Dogecoin whose balance is not zero, but when I got the balance, zero was returned.
address=https://sochain.com/address/DOGETEST/njXAPNFEjWSnVY8x3njF9sQ3KBTvVe4GQR
API = https://github.com/dgarage/NBXplorer/blob/master/docs/API.md#get-balance-of-tracked-sources
The text was updated successfully, but these errors were encountered: