Skip to content

Commit

Permalink
Remove commented Decode method in node interface
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 2, 2021
1 parent eea2399 commit d5b55b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/trie/node/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type Node interface {
Encode(buffer encode.Buffer) (err error) // TODO change to io.Writer
EncodeAndHash() ([]byte, []byte, error)
ScaleEncodeHash() (b []byte, err error)
// Decode(r io.Reader, h byte) error
IsDirty() bool
SetDirty(dirty bool)
SetKey(key []byte)
Expand Down

0 comments on commit d5b55b0

Please sign in to comment.