Closed fmpojsz closed 3 weeks ago
Currently, the getTransactions returns 500 error when attempting to retrieve a transaction with an expired LT
{ "ok": false, "error": "LITE_SERVER_UNKNOWN: cannot locate transaction in block with specified logical time", "code": 500 }
Prior to fetching transactions using LT, implement a check to ensure that the LT is less than toLt
toLt
Issue
Currently, the getTransactions returns 500 error when attempting to retrieve a transaction with an expired LT
Proposed Solution
Prior to fetching transactions using LT, implement a check to ensure that the LT is less than
toLt