mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 05:41:01 +00:00
Use startup_time from system.connected (#300)
* Handle startup time * Remove dead code * Bump protocol version + FE changes
This commit is contained in:
@@ -204,7 +204,7 @@ export class Connection {
|
||||
nodeHardware,
|
||||
blockDetails,
|
||||
location,
|
||||
connectedAt,
|
||||
startupTime,
|
||||
] = message.payload;
|
||||
const pinned = this.pins.has(nodeDetails[0]);
|
||||
const node = new Node(
|
||||
@@ -216,7 +216,7 @@ export class Connection {
|
||||
nodeHardware,
|
||||
blockDetails,
|
||||
location,
|
||||
connectedAt
|
||||
startupTime
|
||||
);
|
||||
|
||||
nodes.add(node);
|
||||
|
||||
Reference in New Issue
Block a user