diff --git a/proto/brain.proto b/proto/brain.proto index a2f8da9..49cd1d4 100644 --- a/proto/brain.proto +++ b/proto/brain.proto @@ -53,9 +53,9 @@ message DelAppReq { } message ListAppContractsReq { - string uuid = 1; - string admin_pubkey = 2; - string node_pubkey = 3; + string admin_pubkey = 1; + // string uuid = 2; + // string node_pubkey = 3; } service BrainAppCli { @@ -95,7 +95,7 @@ message BrainMessageApp { message DaemonMessageApp { oneof Msg { string pubkey = 1; - NewAppRes new_app_resp = 2; + NewAppRes new_app_res = 2; AppNodeResources app_node_resources = 3; } }