Skip to content

Commit

Permalink
fix: remove ununsed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
raz-w-20230331 committed Dec 18, 2024
1 parent 66c9cd3 commit ed2b153
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/ceros/provider/PumpBTCProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ contract PumpBTCProvider is AccessControlUpgradeable, PausableUpgradeable, Reent

// interaction address
IDao public dao;
// user account > sum lpTokens of user including delegated part
mapping(address => uint256) public userLp;

event Deposit(address indexed account, uint256 amount, uint256 lpAmount);
event Withdrawal(address indexed account, address indexed recipient, uint256 amount, uint256 lpAmount);
Expand Down

0 comments on commit ed2b153

Please sign in to comment.