added block explorer urls to block hash displays and changed names of irc bots to...
[p2pool.git] / p2pool / networks.py
index 96b6fbd..71a3b6a 100644 (file)
@@ -70,3 +70,5 @@ nets = dict(
         BOOTSTRAP_ADDRS='72.14.191.28'.split(' '),
     ),
 )
+for net_name, net in nets.iteritems():
+    net.NAME = net_name