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:
Csaba Kiraly 2022-02-15 01:08:43 +01:00
parent fd350b4fe5
commit b03d5eb3c7
1 changed files with 2 additions and 2 deletions

View File

@ -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()