Function: claimPool(address _gsPool)
Allows msg.sender to claim all rewards for a pool.
Inputs
_gsPoolControl: Fully controlled by the handler.
Constraints: None.
Impact: The pool to claim from.
Branches and code coverage (including function calls)
Intended branches
Allows
msg.senderto claim all rewards for a pool (rewardTracker,loanRewardTracker, andvester).Assumes all other relevant checks are performed in each
claimForAccountfunction.
Negative behavior
Should not allow calling an unregistered pool.