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
fd350b4fe5
commit
b03d5eb3c7
|
@ -4,8 +4,8 @@ import
|
|||
std/[options, sequtils, tables],
|
||||
unittest2,
|
||||
stint, stew/byteutils, stew/shims/net,
|
||||
../../eth/keys,
|
||||
../../eth/p2p/discoveryv5/[messages, encoding, enr, node, sessions]
|
||||
../../eth/[keys,rlp],
|
||||
../../eth/p2p/discoveryv5/[messages, messages_encoding, encoding, enr, node, sessions]
|
||||
|
||||
let rng = newRng()
|
||||
|
||||
|
|
Loading…
Reference in New Issue