Skip to content

Commit

Permalink
blockchain/pow: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonajosejg committed Nov 10, 2020
1 parent c9b4d58 commit 81b74a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blockchain/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ class Chain extends AsyncEmitter {
factor = factor.mul(exponent.sqr()).mul(exponent);
factor = factor.add(new BN(140737488355328));

factor.ushrn(48);
factor = factor.ushrn(48);

target.mul(factor).add(radix);

Expand Down

0 comments on commit 81b74a8

Please sign in to comment.