show hostnames of spvs
This commit is contained in:
parent
12d6074e3b
commit
31367fb4c4
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class Network:
|
||||||
pong.available, pong.height)
|
pong.available, pong.height)
|
||||||
|
|
||||||
if pong.available:
|
if pong.available:
|
||||||
pongs[remote] = pong
|
pongs[(ip_to_hostnames[remote][0], remote[1])] = pong
|
||||||
return pongs
|
return pongs
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
if pongs:
|
if pongs:
|
||||||
|
|
Loading…
Reference in a new issue