removed old full argument to p2p.Protocol.sendShares
authorForrest Voight <forrest@forre.st>
Sun, 26 Feb 2012 20:44:18 +0000 (15:44 -0500)
committerForrest Voight <forrest@forre.st>
Mon, 27 Feb 2012 03:12:56 +0000 (22:12 -0500)
p2pool/p2p.py

index d24285a..c61ca75 100644 (file)
@@ -199,7 +199,7 @@ class Protocol(bitcoin_p2p.BaseProtocol):
             res.append(share_obj)
         self.node.handle_shares(res, self)
     
-    def sendShares(self, shares, full=False):
+    def sendShares(self, shares):
         def att(f, **kwargs):
             try:
                 f(**kwargs)