From 2bdfb043829a431524dd845616c08684ecee0d8a Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Wed, 10 Dec 2025 20:01:26 +0100 Subject: [PATCH] chore: fix use of deprecated import --- codexdht/private/eth/p2p/discoveryv5/node.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codexdht/private/eth/p2p/discoveryv5/node.nim b/codexdht/private/eth/p2p/discoveryv5/node.nim index cad809f..cda6bc2 100644 --- a/codexdht/private/eth/p2p/discoveryv5/node.nim +++ b/codexdht/private/eth/p2p/discoveryv5/node.nim @@ -8,12 +8,11 @@ {.push raises: [].} import - std/hashes, + std/[hashes, net], bearssl/rand, chronicles, chronos, nimcrypto, - stew/shims/net, stint, ./crypto, ./spr