suppress logging noise

This commit is contained in:
Dmitriy Ryajov 2022-09-12 16:27:48 -06:00
parent 1cbe8c12a6
commit 3be2c8445c
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -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":