Skip to content

Commit

Permalink
feat: simplify
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Nov 16, 2023
1 parent 716158a commit d7da74a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/HoneyPot.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ contract HoneyPot is Ownable {
userPot.balance = 0; // reset the balance
userPot.liquidationPrice = 0; // reset the liquidation price
Address.sendValue(payable(recipient), amount);

return amount;
}

function emptyHoneyPot(address honeyPotCreator) external {
Expand Down

0 comments on commit d7da74a

Please sign in to comment.