Skip to content

Commit

Permalink
fix: dev -> notice for burner()
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Oct 14, 2024
1 parent 8ed7ff2 commit f3bec1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/vault/IVaultStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface IVaultStorage {
function collateral() external view returns (address);

/**
* @dev Get a burner to issue debt to (e.g., 0xdEaD or some unwrapper contract).
* @notice Get a burner to issue debt to (e.g., 0xdEaD or some unwrapper contract).
* @return address of the burner
*/
function burner() external view returns (address);
Expand Down

0 comments on commit f3bec1c

Please sign in to comment.