Commit bbc6fcd3 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update witness

parent 9cd11efe
...@@ -13,9 +13,11 @@ message WitnessStatusResponse { ...@@ -13,9 +13,11 @@ message WitnessStatusResponse {
message PushProofRequest { message PushProofRequest {
uint64 workload = 1; uint64 workload = 1;
string task_id = 2; string task_id = 2;
string manager_signature = 3; bytes req_hash = 6;
string container_signature = 4; bytes resp_hash = 7;
string miner_signature = 5; bytes manager_signature = 3;
bytes container_signature = 4;
bytes miner_signature = 5;
} }
message PushProofResponse { message PushProofResponse {
......
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