Skip to content

Commit 80d3f9b

Browse files
updated takeAllocatorPayment docstring
1 parent 245c4bc commit 80d3f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DssSpell.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ contract DssSpellAction is DssAction {
317317
}
318318

319319
/// @notice Wraps the operations required to take a payment from a Prime agent
320+
/// @dev This function effectively increases the debt of the associated Allocator Vault,
321+
/// regardless if there is enough room in its debt ceiling.
320322
/// @param vault The address of the allocator vault
321323
/// @param wad The amount in wad precision (10 ** 18)
322324
function _takeAllocatorPayment(address vault, uint256 wad) internal {

0 commit comments

Comments
 (0)