Skip to content

Commit dccaf70

Browse files
committed
remove duplicated KeybytesToHex
1 parent 487e4b8 commit dccaf70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

trie/encoding.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ func keybytesToHex(str []byte) []byte {
106106
return nibbles
107107
}
108108

109-
func KeybytesToHex(str []byte) []byte {
110-
return keybytesToHex(str)
111-
}
112-
113109
// hexToKeybytes turns hex nibbles into key bytes.
114110
// This can only be used for keys of even length.
115111
func hexToKeybytes(hex []byte) []byte {

0 commit comments

Comments
 (0)