This commit is contained in:
Dominik Muhs 2019-10-24 19:12:15 +02:00
parent 2e38d5e5fb
commit afb79da9f8

View File

@ -9,7 +9,7 @@ message RPC {
repeated Message publish = 2;
message SubOpts {
optional bool subscribe = 1; // subscribe or unsubcribe
optional bool subscribe = 1; // subscribe or unsubscribe
optional string topicid = 2;
}
@ -75,4 +75,4 @@ message TopicDescriptor {
WOT = 2; // web of trust, certificates can allow publisher set to grow
}
}
}
}