debug
This commit is contained in:
parent
ce7adf84d6
commit
cbdf3ec1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -652,7 +652,7 @@ const requestsLimiter = rateLimit({
|
|||
|
||||
res.json({
|
||||
...data.result.tx_info,
|
||||
...(blockInfo || {}),
|
||||
...(blockInfo?.toJSON() || {}),
|
||||
});
|
||||
} else {
|
||||
res.status(500).json({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue