mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 20:51:02 +00:00
feat: Use array for node map (#197)
* feat: Use array for node map * fix: Map growing
This commit is contained in:
@@ -220,7 +220,7 @@ export interface State {
|
||||
timeDiff: Types.Milliseconds;
|
||||
subscribed: Maybe<Types.ChainLabel>;
|
||||
chains: Map<Types.ChainLabel, ChainData>;
|
||||
nodes: SortedCollection<Types.NodeId, Node>;
|
||||
nodes: SortedCollection<Node>;
|
||||
settings: Readonly<State.Settings>;
|
||||
pins: Readonly<Set<Types.NodeName>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user