This commit is contained in:
jejolare 2024-10-17 18:12:28 +07:00
parent abc5955338
commit c503544f55

View file

@ -637,6 +637,9 @@ const requestsLimiter = rateLimit({
res.json(response);
} else {
const response = await get_tx_details(tx_hash);
console.log('response', response.data);
const data = response.data;
if (data?.result?.tx_info) {