mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 06:47:13 +00:00
remove stew/bitseqs
import (#3181)
There are multiple copies of `bitseqs` (`nim-stew`, `nim-eth`, and `nim-ssz-serialization`). To avoid confusion, this patch removes the final remaining reference of a non-`nim-ssz-serialization` copy.
This commit is contained in:
parent
4be7e800f2
commit
4999e58e6b
@ -14,7 +14,7 @@ import
|
||||
# Third-party libraries
|
||||
normalize,
|
||||
# Status libraries
|
||||
stew/[results, bitseqs, bitops2], stew/shims/macros,
|
||||
stew/[results, bitops2], stew/shims/macros,
|
||||
bearssl, eth/keyfile/uuid, blscurve, json_serialization,
|
||||
nimcrypto/[sha2, rijndael, pbkdf2, bcmode, hash, scrypt],
|
||||
# Local modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user