update proto comment

This commit is contained in:
Asim Aslam
2021-06-30 11:59:42 +01:00
parent c0ce3ac42d
commit fe1bb0125e

View File

@@ -19,7 +19,7 @@ message SendRequest {
}
message SendResponse {
// will return "ok" if sent and "failed" if there was a problem
// will return "ok" if sent
string status = 1;
// any additional info
string info = 2;