Skip to content

Commit

Permalink
chore(evm-reader): Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Jul 31, 2024
1 parent 96f2f7b commit 7dc537a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/cartesi-rollups-evm-reader/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ var (
)

const (
CMD_NAME = "evm-reader"
devnetInputBoxDeploymentBlockNumber = uint64(16)
CMD_NAME = "evm-reader"
)

var Cmd = &cobra.Command{
Expand Down

0 comments on commit 7dc537a

Please sign in to comment.