From 31367fb4c47f4eb00074d38e3ab9e064134fda34 Mon Sep 17 00:00:00 2001
From: Jack Robison <jackrobison@lbry.io>
Date: Wed, 7 Apr 2021 12:14:49 -0400
Subject: [PATCH] show hostnames of spvs

---
 lbry/wallet/network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lbry/wallet/network.py b/lbry/wallet/network.py
index 82b0d18c1..99dad77b0 100644
--- a/lbry/wallet/network.py
+++ b/lbry/wallet/network.py
@@ -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: