Spaces not tabs
This commit is contained in:
parent
01492997ea
commit
d6c6e7815e
@ -75,10 +75,10 @@ message Node {
|
|||||||
string id = 1;
|
string id = 1;
|
||||||
// node address
|
// node address
|
||||||
string address = 2;
|
string address = 2;
|
||||||
// the network
|
// the network
|
||||||
string network = 3;
|
string network = 3;
|
||||||
// associated metadata
|
// associated metadata
|
||||||
map<string,string> metadata = 4;
|
map<string,string> metadata = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Connect is sent when the node connects to the network
|
// Connect is sent when the node connects to the network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user