We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245c4bc commit 80d3f9bCopy full SHA for 80d3f9b
src/DssSpell.sol
@@ -317,6 +317,8 @@ contract DssSpellAction is DssAction {
317
}
318
319
/// @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.
322
/// @param vault The address of the allocator vault
323
/// @param wad The amount in wad precision (10 ** 18)
324
function _takeAllocatorPayment(address vault, uint256 wad) internal {
0 commit comments