mirror of https://github.com/status-im/nim-eth.git
avoid ptr_arith (#608)
This commit is contained in:
parent
d57a1094b1
commit
6e5ee490c2
|
@ -1,6 +1,6 @@
|
|||
import
|
||||
std/sequtils,
|
||||
stew/ranges/ptr_arith,
|
||||
stew/ptrops,
|
||||
"."/[trie_defs, trie_bitseq]
|
||||
|
||||
type
|
||||
|
|
Loading…
Reference in New Issue