don't print bitcoin ALERT message
authorForrest Voight <forrest@forre.st>
Wed, 21 Mar 2012 23:08:44 +0000 (19:08 -0400)
committerForrest Voight <forrest@forre.st>
Wed, 21 Mar 2012 23:09:12 +0000 (19:09 -0400)
p2pool/bitcoin/p2p.py

index b647728..87fdb28 100644 (file)
@@ -138,7 +138,7 @@ class Protocol(p2protocol.Protocol):
         ('signature', pack.VarStrType()),
     ])
     def handle_alert(self, message, signature):
-        print 'ALERT:', (message, signature)
+        pass # print 'ALERT:', (message, signature)
     
     def connectionLost(self, reason):
         if hasattr(self.factory, 'gotConnection'):