Skip to content

Commit d7da74a

Browse files
committed
feat: simplify
Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
1 parent 716158a commit d7da74a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/HoneyPot.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ contract HoneyPot is Ownable {
4747
userPot.balance = 0; // reset the balance
4848
userPot.liquidationPrice = 0; // reset the liquidation price
4949
Address.sendValue(payable(recipient), amount);
50-
51-
return amount;
5250
}
5351

5452
function emptyHoneyPot(address honeyPotCreator) external {

0 commit comments

Comments
 (0)