Skip to content

Commit

Permalink
Remove unused test err
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Dec 29, 2024
1 parent 1f2551a commit 2745a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snow/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ var (
var (
errParseInvalidBlock = errors.New("parsed invalid block")
errExecuteInvalidBlock = errors.New("executed invalid block")
errBlockNotFound = errors.New("block not found")
)

const blockStringerF = "(ParentID = %s, Timestamp = %d, Height = %d, RandomData = %x, Invalid = %t)"
Expand Down

0 comments on commit 2745a0a

Please sign in to comment.