mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-04 14:33:06 +00:00
suppress logging noise
This commit is contained in:
parent
1cbe8c12a6
commit
3be2c8445c
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user