From a456e56304861475d5426aa7cf56a7a86e0f96e0 Mon Sep 17 00:00:00 2001 From: James Ray <16969914+jamesray1@users.noreply.github.com> Date: Wed, 17 Oct 2018 10:57:59 +1100 Subject: [PATCH] Remove // topicID = hash(topicDescriptor); (not the topic.name) --- pb/rpc.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/pb/rpc.proto b/pb/rpc.proto index 2cca477..e602b88 100644 --- a/pb/rpc.proto +++ b/pb/rpc.proto @@ -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;