Skip to content

Commit

Permalink
Update stratum.py
Browse files Browse the repository at this point in the history
Compatible with last brains firmware
  • Loading branch information
kr1z1s authored Jul 12, 2020
1 parent 3c476bd commit 02cf1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/bitcoin/stratum.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, wb, other, transport):
self.desired_pseudoshare_target = None


def rpc_subscribe(self, miner_version=None, session_id=None):
def rpc_subscribe(self, miner_version=None, session_id=None, *args):
reactor.callLater(0, self._send_work)

return [
Expand Down

0 comments on commit 02cf1cb

Please sign in to comment.