Skip to content

Commit

Permalink
fix user difficulty in username
Browse files Browse the repository at this point in the history
  • Loading branch information
iongchun committed Jun 28, 2013
1 parent fb3ff94 commit d2973f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/work.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def get_user_details(self, username):
pass
elif symbol == '/':
try:
desired_share_target = bitcoin_data.difficulty_to_target(float(min_diff_str))
desired_share_target = bitcoin_data.difficulty_to_target(float(parameter))
except:
pass

Expand Down

0 comments on commit d2973f9

Please sign in to comment.