Function: setMinBlocksSinceLastDeposit(uint256 _minBlocksSinceLastDeposit)
This function is used to set the minimum number of blocks since last deposit.
Inputs
_minBlocksSinceLastDepositControl: Arbitrary.
Constraints: None.
Impact: Value of the minimum number of blocks since last deposit.
Branches and code coverage
Intended branches
Update the
minBlocksSinceLastDepositto the provided value.
Negative behavior
Reverts if caller is not the owner.