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 2c84783 commit ccde1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/0.8.25/vaults/StakingVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ contract StakingVault is IStakingVault, OwnableUpgradeable {
uint128 locked;
int128 inOutDelta;
address nodeOperator;
// depositGuardian becomes the depositor, instead of just guardian, perhaps a renaming is needed 🌚
address depositGuardian;
bool beaconChainDepositsPaused;
}
Expand Down

0 comments on commit ccde1b2

Please sign in to comment.