Function: setKnockInStatus(address vaultAddress, bool newState)
Sets a vault's knock-in status.
Inputs
vaultAddress
Control: Fully controlled.
Constraints: N/A.
Impact: This vault's knock-in status is updated.
newState
Control: Fully controlled.
Constraints: N/A.
Impact: This is the new knock-in status.
Branches and code coverage (including function calls)
Intended branches
Should set the knock-in status correctly.
Negative behaviour
Should revert if called by a non--trader-admin role.