diff --git a/eth/p2p/rlpxcrypt.nim b/eth/p2p/rlpxcrypt.nim index 6044477..7d09d9a 100644 --- a/eth/p2p/rlpxcrypt.nim +++ b/eth/p2p/rlpxcrypt.nim @@ -12,7 +12,7 @@ {.push raises: [Defect].} -import stew/ranges/stackarrays, nimcrypto, stew/results +import nimcrypto, stew/results from auth import ConnectionSecret export results