Skip to content

Commit

Permalink
Ignore diff mod with vardiff
Browse files Browse the repository at this point in the history
  • Loading branch information
metalicjames committed Nov 5, 2017
1 parent d85ac04 commit b91ca1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p2pool/work.py
Expand Up @@ -176,7 +176,7 @@ def get_user_details(self, username):

desired_pseudoshare_target = None
desired_share_target = None
for symbol, parameter in zip(contents2[::2], contents2[1::2]):
'''for symbol, parameter in zip(contents2[::2], contents2[1::2]):
if symbol == '+':
try:
desired_pseudoshare_target = bitcoin_data.difficulty_to_target_alt(float(parameter), self.node.net.PARENT.DUMB_SCRYPT_DIFF)
Expand All @@ -189,6 +189,7 @@ def get_user_details(self, username):
except:
if p2pool.DEBUG:
log.err()
'''

if self.args.address == 'dynamic':
i = self.pubkeys.weighted()
Expand Down

0 comments on commit b91ca1b

Please sign in to comment.