Skip to content

Commit

Permalink
Visibility change
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearwood committed Apr 19, 2021
1 parent 787ca14 commit 271458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/MasterChefV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contract MasterChefV2 is BoringOwnable, BoringBatchable {
/// @notice Info of each user that stakes LP tokens.
mapping (uint256 => mapping (address => UserInfo)) public userInfo;
/// @dev Total allocation points. Must be the sum of all allocation points in all pools.
uint256 totalAllocPoint;
uint256 public totalAllocPoint;

uint256 private constant MASTERCHEF_SUSHI_PER_BLOCK = 1e20;
uint256 private constant ACC_SUSHI_PRECISION = 1e12;
Expand Down

0 comments on commit 271458b

Please sign in to comment.