mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +00:00
38c7eb0f26
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.