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