Skip to content

Commit

Permalink
Remove unused const in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed May 8, 2024
1 parent 6c0e69b commit 521e90a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/toolset/benchmark_cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ package toolset

import (
"context"
"crypto"
"sync/atomic"

"golang.org/x/crypto/blake2b"
)

const (
// Hash defines the hash function that is used to compute the PoW digest.
Hash = crypto.BLAKE2b_256
)

func cpuBenchmarkWorker(ctx context.Context, powDigest []byte, counter *uint64) {
for {
select {
Expand Down

0 comments on commit 521e90a

Please sign in to comment.