Skip to content

Commit

Permalink
trie:fix make lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-wjhan committed Nov 15, 2022
1 parent 835652e commit 8bf02ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trie/hasher.go
Expand Up @@ -170,8 +170,8 @@ func (h *hasher) fullnodeToHash(n *fullNode, force bool) node {
//
// All node encoding must be done like this:
//
// node.encode(h.encbuf)
// enc := h.encodedBytes()
// node.encode(h.encbuf)
// enc := h.encodedBytes()
//
// This convention exists because node.encode can only be inlined/escape-analyzed when
// called on a concrete receiver type.
Expand Down

0 comments on commit 8bf02ee

Please sign in to comment.