Fix #1570: fix comment description about graph nodes' color

This commit is contained in:
Hector Sanjuan 2022-02-14 14:54:24 +01:00
parent 5f746f870b
commit 2794bd89e8

View File

@ -19,7 +19,7 @@ import (
cluster-dotWriter which handles iterating over the link maps and writing
dot file node and edge statements to make a dot-file graph. Nodes are
labeled with the go-libp2p-peer shortened peer id. IPFS nodes are rendered
with gold boundaries, Cluster nodes with blue. Currently preprocessing
with turquoise boundaries, Cluster nodes with orange. Currently preprocessing
consists of moving IPFS swarm peers not connected to any cluster peer to
the IPFSLinks map in the event that the function was invoked with the
allIpfs flag. This allows all IPFS peers connected to the cluster to be