Commit 542d739f authored by duanjinfei's avatar duanjinfei

add workLoad log print

parent 37ad094a
......@@ -28,6 +28,7 @@ func NewProofWorker() *ProofWorker {
}
func (p *ProofWorker) ProductProof(taskId string, workLoad uint64, reqHash []byte, respHash []byte, containerSign, minerSign, nmSign []byte) {
log.Info("ProductProof received workLoad:", workLoad)
p.productProofChan <- &witnessV1.Proof{
Workload: workLoad,
TaskId: taskId,
......
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