Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 committed Apr 24, 2024
1 parent 7c59969 commit f94c49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synchronizer/synchronizer_block_range_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type stateBlockRangeProcessor interface {
GetForkIDByBlockNumber(blockNumber uint64) uint64
}

type ethermanI interface{
type ethermanI interface {
GetFinalizedBlockNumber(ctx context.Context) (uint64, error)
}

Expand Down

0 comments on commit f94c49d

Please sign in to comment.