diff --git a/tests/discv5/test_discoveryv5.nim b/tests/discv5/test_discoveryv5.nim index eb6d9ef..61177b1 100644 --- a/tests/discv5/test_discoveryv5.nim +++ b/tests/discv5/test_discoveryv5.nim @@ -150,7 +150,7 @@ suite "Discovery v5 Tests": privKey = PrivateKey.fromHex(key).expect("Valid private key hex") pubKey = privKey.getPublicKey.expect("Valid private key for public key") id = pubKey.toNodeId.expect("Public key valid for node id") - debugEcho ">>> key: ", key + # debugEcho ">>> key: ", key check logDistance(targetId, id) == d test "Distance to id check":