Skip to content

Commit

Permalink
fix: 2 missing zeros (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError authored Oct 20, 2023
1 parent a3d4fe0 commit 517dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Redistribution.sol
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ contract Redistribution is AccessControl, Pausable {

// alpha=0.097612 beta=0.0716570 k=16
uint256 private constant SAMPLE_MAX_VALUE =
1284401000000000000000000000000000000000000000000000000000000000000000000;
128440100000000000000000000000000000000000000000000000000000000000000000000;

// Maximum value of the keccack256 hash.
bytes32 private constant MAX_H = 0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff;
Expand Down

0 comments on commit 517dd31

Please sign in to comment.