refactor: remove unused check (#1685)

This commit is contained in:
georgehao
2025-07-03 09:21:33 +08:00
committed by GitHub
parent ea38ae7e96
commit a776ca7c82
7 changed files with 15 additions and 33 deletions

View File

@@ -10,12 +10,6 @@ import (
"github.com/scroll-tech/go-ethereum/common/hexutil"
)
const (
EuclidV2Fork = "euclidV2"
EuclidV2ForkNameForProver = "euclidv2"
)
// ProofType represents the type of task.
type ProofType uint8