Skip to content

Commit

Permalink
fix: comment on naming
Browse files Browse the repository at this point in the history
  • Loading branch information
failingtwice committed Jan 30, 2025
1 parent ccde1b2 commit d0954f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/0.8.25/vaults/PredepositGuardian.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pragma solidity 0.8.25;

import {StakingVault} from "./StakingVault.sol";

// TODO: think about naming. It's not a deposit guardian, it's the depositor itself
// TODO: minor UX improvement: perhaps there's way to reuse predeposits for a different validator without withdrawing
contract PredepositGuardian {
uint256 public constant PREDEPOSIT_AMOUNT = 1 ether;
Expand Down

0 comments on commit d0954f7

Please sign in to comment.