The function completeRedemptions allows an admin account to distribute collateral to users.
The problem is that the collateral calculation is based on the inputed spec collateralAmountToDist.
Duo to that a single admin mistake is not allowed, as it can lead to users receiving less funds back or in the worst case receiving nothing and the collateral being stuck in the assetSender contract.
