mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-22 10:48:13 +00:00
fixup: fix imports in test_discoveryv5_encoding
Note that the test does not compile, but it was also not compiling before Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
a99cafa558
commit
f49801e94c
@ -4,8 +4,8 @@ import
|
|||||||
std/[options, sequtils, tables],
|
std/[options, sequtils, tables],
|
||||||
unittest2,
|
unittest2,
|
||||||
stint, stew/byteutils, stew/shims/net,
|
stint, stew/byteutils, stew/shims/net,
|
||||||
../../eth/keys,
|
../../eth/[keys,rlp],
|
||||||
../../eth/p2p/discoveryv5/[messages, encoding, enr, node, sessions]
|
../../eth/p2p/discoveryv5/[messages, messages_encoding, encoding, enr, node, sessions]
|
||||||
|
|
||||||
let rng = newRng()
|
let rng = newRng()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user