debug
This commit is contained in:
parent
abc5955338
commit
c503544f55
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue