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

fix: gen merkle tree

parent e72f7675
...@@ -90,7 +90,7 @@ func (s *Server) PushProof(ctx context.Context, req *witnessv1.PushProofRequest) ...@@ -90,7 +90,7 @@ func (s *Server) PushProof(ctx context.Context, req *witnessv1.PushProofRequest)
Workload: proof.Workload, Workload: proof.Workload,
}) })
} }
s.w.AddPendingProof(miner, validatedProofs) s.w.AddPendingProof(reward, validatedProofs)
return resp, nil return resp, nil
} }
......
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