Skip to content

Commit

Permalink
use iota properly
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed May 12, 2024
1 parent 1a20fd9 commit 4e5bacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/rollup/sync/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Mode int
// It will consolidate the chain as usual. This allows execution clients to snap sync if they are capable of it.
const (
CLSync Mode = iota
ELSync Mode = iota
ELSync
)

const (
Expand Down

0 comments on commit 4e5bacf

Please sign in to comment.