Skip to content

Commit

Permalink
fix: add account param to slashableBalanceOf()
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Oct 14, 2024
1 parent f3bec1c commit af9628b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/vault/IVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ interface IVault is IMigratableEntity, IVaultStorage {

/**
* @notice Get a total amount of the collateral that can be slashed for a given account.
* @return total amount of the slashable collateral
* @param account account to get the slashable collateral for
* @return total amount of the account's slashable collateral
*/
function slashableBalanceOf(
address account
Expand Down

0 comments on commit af9628b

Please sign in to comment.