mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-12-02 09:35:53 +00:00
Networok id int
This commit is contained in:
@@ -151,7 +151,7 @@ if (!wss) {
|
||||
res.setHeader('content-type', 'application/json')
|
||||
res.json({
|
||||
version,
|
||||
networkid: process.env?.NETWORKID ?? null,
|
||||
networkid: Number(process.env?.NETWORKID ?? 0) || 0,
|
||||
uptime: new Date() - startDate,
|
||||
lastLedger: lastLedger ?? null,
|
||||
lastWsPushedLedger: lastWsPushedLedger ?? null,
|
||||
|
||||
Reference in New Issue
Block a user