mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 15:01:02 +00:00
Display location on map node details
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
||||
FeedVersion,
|
||||
Latitude,
|
||||
Longitude,
|
||||
City,
|
||||
NodeId,
|
||||
NodeCount,
|
||||
NodeDetails,
|
||||
@@ -60,7 +61,7 @@ export namespace Variants {
|
||||
|
||||
export interface LocatedNodeMessage extends MessageBase {
|
||||
action: typeof Actions.LocatedNode;
|
||||
payload: [NodeId, Latitude, Longitude];
|
||||
payload: [NodeId, Latitude, Longitude, City];
|
||||
}
|
||||
|
||||
export interface ImportedBlockMessage extends MessageBase {
|
||||
|
||||
Reference in New Issue
Block a user