show hostnames of spvs

This commit is contained in:
Jack Robison 2021-04-07 12:14:49 -04:00 committed by Lex Berezhny
parent 12d6074e3b
commit 31367fb4c4

View file

@ -243,7 +243,7 @@ class Network:
pong.available, pong.height)
if pong.available:
pongs[remote] = pong
pongs[(ip_to_hostnames[remote][0], remote[1])] = pong
return pongs
except asyncio.TimeoutError:
if pongs: