Skip to content

Commit

Permalink
refactor: shortfall storage variable visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Jul 19, 2023
1 parent 3427b24 commit 72211a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RiskFund/RiskFund.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract RiskFund is
{
using SafeERC20Upgradeable for IERC20Upgradeable;
address public convertibleBaseAsset;
address private shortfall;
address public shortfall;
address private pancakeSwapRouter;
uint256 private minAmountToConvert;

Expand Down

0 comments on commit 72211a8

Please sign in to comment.