mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Fix typo
This commit is contained in:
@ -9,7 +9,7 @@ message RPC {
|
|||||||
repeated Message publish = 2;
|
repeated Message publish = 2;
|
||||||
|
|
||||||
message SubOpts {
|
message SubOpts {
|
||||||
optional bool subscribe = 1; // subscribe or unsubcribe
|
optional bool subscribe = 1; // subscribe or unsubscribe
|
||||||
optional string topicid = 2;
|
optional string topicid = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -75,4 +75,4 @@ message TopicDescriptor {
|
|||||||
WOT = 2; // web of trust, certificates can allow publisher set to grow
|
WOT = 2; // web of trust, certificates can allow publisher set to grow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user