Function: setMaxDepositAmountLimit(uint256 _maxDepositAmountLimit)
Sets the maxDepositAmountLimit storage variable. Only callable by the trader admin role.
Inputs
_maxDepositAmountLimitControl: Fully controlled.
Constraints: N/A.
Impact: Updates the
maxDepositAmountLimitstorage variable.
Branches and code coverage (including function calls)
Intended branches
Should update the
maxDepositAmountLimitstorage variable correctly.
Negative behaviour
Should revert if called by a non--trader-admin role.