Skip to content

Commit

Permalink
updated batch_difficulty.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Srayman committed May 18, 2020
1 parent bb6ce0d commit a39f34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch_difficulty.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def work_multiplier(difficulty: int):
return float((1 << 64) - 0xfffffc0000000000) / float((1 << 64) - difficulty)
return float((1 << 64) - 0xfffff80000000000) / float((1 << 64) - difficulty)


def work_value(work: str, block_hash: str):
Expand Down

0 comments on commit a39f34b

Please sign in to comment.