Merge pull request #114 from jamesray1/patch-4

Remove // topicID = hash(topicDescriptor); (not the topic.name)
This commit is contained in:
vyzo 2018-10-17 11:23:40 +03:00 committed by GitHub
commit d04842e15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ message ControlPrune {
optional string topicID = 1;
}
// topicID = hash(topicDescriptor); (not the topic.name)
message TopicDescriptor {
optional string name = 1;
optional AuthOpts auth = 2;