mirror of
https://github.com/status-im/nim-libp2p-dht.git
synced 2025-02-23 17:48:21 +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