LiteClient.getTransactions
throws an error (supposedly) for old addresses
#162
-
I am using ton-kotlin 0.3.1 installed like that
Here is a toy example of using this function
For addresses
For address It throws:
However for addresses It works without exceptions It seems, that "bad" addresses only differ in last transaction date. What could be the reason for such behaviour, and can it be fixed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's not issue of ton-kotlin. |
Beta Was this translation helpful? Give feedback.
It's not issue of ton-kotlin.
This happens because you are requesting data from a light server that is not an archive node, and since it does not have data for the selected period, it returns the error "not in db"