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: