Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed May 23, 2024
1 parent 2c51e3b commit 15bc643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/VaultStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract VaultStorage is IVaultStorage {
using Checkpoints for Checkpoints.Trace256;

/**
* @dev Some dead address to transfer slashed tokens to.
* @dev Some dead address to issue debt to.
*/
address internal constant DEAD = address(0xdEaD);

Expand Down

0 comments on commit 15bc643

Please sign in to comment.