add network to Node proto

This commit is contained in:
Asim Aslam
2019-07-01 23:12:05 +01:00
parent 5fd798c9b6
commit c108b51d2a
2 changed files with 23 additions and 13 deletions

View File

@@ -24,4 +24,5 @@ message Lease {
message Node {
string id = 1;
string address = 2;
string network = 3;
}