Skip to content

Commit

Permalink
Remove unused ErrPendingBlockNotFound (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronGauntlets authored Dec 27, 2024
1 parent 4b9d3c2 commit 417bb0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blockchain/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ type Reader interface {

var (
ErrParentDoesNotMatchHead = errors.New("block's parent hash does not match head block hash")
ErrPendingBlockNotFound = errors.New("pending block not found")
SupportedStarknetVersion = semver.MustParse("0.13.3")
)

Expand Down

0 comments on commit 417bb0a

Please sign in to comment.