Skip to content

Commit

Permalink
remove unused err
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Jan 30, 2025
1 parent e9d2f05 commit 6192b6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions statesync/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import (

var isSyncing = []byte("is_syncing")

var errStateSyncIncomplete = errors.New("state syncing")

type ChainClient[T StateSummaryBlock] interface {
LastAcceptedBlock(ctx context.Context) T
ParseBlock(ctx context.Context, bytes []byte) (T, error)
Expand Down

0 comments on commit 6192b6e

Please sign in to comment.