Commit 3508670c authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

use iota properly (#10505)

parent bde6a96e
...@@ -14,7 +14,7 @@ type Mode int ...@@ -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. // It will consolidate the chain as usual. This allows execution clients to snap sync if they are capable of it.
const ( const (
CLSync Mode = iota CLSync Mode = iota
ELSync Mode = iota ELSync
) )
const ( const (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment