Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed May 1, 2023
1 parent 1d048a4 commit 56b2d67
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added cpu.out
Binary file not shown.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
errReadFromInvalid = errors.New("trying to read from an invalid child")
errSerializeHashedNode = errors.New("trying to serialize a hashed internal node")
errInsertIntoOtherStem = errors.New("insert splits a stem where it should not happen")
errUnknownNodeType = errors.New("unkown node type detected")
errUnknownNodeType = errors.New("unknown node type detected")
errMissingNodeInStateless = errors.New("trying to access a node that is missing from the stateless view")
)

Expand Down
Binary file added go-verkle.test
Binary file not shown.
Binary file added mem.out
Binary file not shown.

0 comments on commit 56b2d67

Please sign in to comment.