Skip to content

Commit

Permalink
geodnet test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran committed Jan 9, 2025
1 parent 44411c8 commit cc214d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/assigner/assigner.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (r *assigner) assign(tids []common.Hash) error {
prover := provers[rand.Intn(len(provers))]

sig := t.Signature
sig[64] += 27
//sig[64] += 27

tas = append(tas, minter.TaskAssignment{
ProjectId: t.ProjectID,
Expand Down

0 comments on commit cc214d5

Please sign in to comment.