mirror of https://github.com/status-im/nim-eth.git
import fixes
This commit is contained in:
parent
75c7c62651
commit
022139db50
|
@ -1,5 +1,5 @@
|
|||
import
|
||||
chronos, times, byteutils, stint, chronicles, streams, nimcrypto, os,
|
||||
chronos, times, stew/byteutils, stint, chronicles, streams, nimcrypto, os,
|
||||
strformat, strutils, eth/p2p/[discovery, kademlia], eth/[keys, rlp],
|
||||
../../p2p/p2p_test_helper
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
import
|
||||
sequtils, unittest, chronos, byteutils,
|
||||
sequtils, unittest, chronos, stew/byteutils,
|
||||
eth/[keys, rlp], eth/p2p/[discovery, kademlia, enode],
|
||||
./p2p_test_helper
|
||||
|
||||
|
|
Loading…
Reference in New Issue