Commit 73fd51f7 authored by vicotor's avatar vicotor

udpate protocol

parent a053bd1e
...@@ -90,6 +90,7 @@ message SubmitTaskResult { ...@@ -90,6 +90,7 @@ message SubmitTaskResult {
message ProofTaskResult { message ProofTaskResult {
string task_id = 1; string task_id = 1;
bytes manager_signature = 2; // nodemanager 签名 bytes manager_signature = 2; // nodemanager 签名
bytes container_pubkey = 3;
} }
message DispatchTaskRequest { message DispatchTaskRequest {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment