mirror of https://github.com/status-im/nim-eth.git
Cosmetic change
This commit is contained in:
parent
a7e82ae4a8
commit
d678762c50
|
@ -469,7 +469,7 @@ proc randomNodes*(k: KademliaProtocol, count: int): seq[Node] =
|
||||||
var count = count
|
var count = count
|
||||||
let sz = k.routing.len
|
let sz = k.routing.len
|
||||||
if count > sz:
|
if count > sz:
|
||||||
debug "Not enough nodes", requested = count, present = sz
|
debug "Looking for peers", requested = count, present = sz
|
||||||
count = sz
|
count = sz
|
||||||
|
|
||||||
result = newSeqOfCap[Node](count)
|
result = newSeqOfCap[Node](count)
|
||||||
|
|
Loading…
Reference in New Issue