minor fix
fix typo in daemon message comment out uuid and node_pubkey fields in list contract
This commit is contained in:
parent
42443b8162
commit
7f431e7180
@ -53,9 +53,9 @@ message DelAppReq {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message ListAppContractsReq {
|
message ListAppContractsReq {
|
||||||
string uuid = 1;
|
string admin_pubkey = 1;
|
||||||
string admin_pubkey = 2;
|
// string uuid = 2;
|
||||||
string node_pubkey = 3;
|
// string node_pubkey = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
service BrainAppCli {
|
service BrainAppCli {
|
||||||
@ -95,7 +95,7 @@ message BrainMessageApp {
|
|||||||
message DaemonMessageApp {
|
message DaemonMessageApp {
|
||||||
oneof Msg {
|
oneof Msg {
|
||||||
string pubkey = 1;
|
string pubkey = 1;
|
||||||
NewAppRes new_app_resp = 2;
|
NewAppRes new_app_res = 2;
|
||||||
AppNodeResources app_node_resources = 3;
|
AppNodeResources app_node_resources = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user