good morning!!!!

Skip to content
Snippets Groups Projects
Commit 38c7eb0f authored by Wenbiao Zheng's avatar Wenbiao Zheng Committed by Felix Lange
Browse files

trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)

This removes a golint warning: type name will be used as trie.TrieSync by
other packages, and that stutters; consider calling this Sync.

In hexToKeybytes len(hex) is even and (even+1)/2 == even/2, remove the +1.
parent d51faee2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment