Create working template for the new blocks page
This commit is contained in:
@@ -658,7 +658,7 @@ class Routes {
|
||||
|
||||
public async getBlocksExtras(req: Request, res: Response) {
|
||||
try {
|
||||
res.json(await blocks.$getBlocksExtras(parseInt(req.params.height, 10)))
|
||||
res.json(await blocks.$getBlocksExtras(parseInt(req.params.height, 10), 15));
|
||||
} catch (e) {
|
||||
res.status(500).send(e instanceof Error ? e.message : e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user