MasterChef.sol#L113-L124
Even though rewards distribution cease after endBlock, pendingConcur() will calculate as if reward distribution has not.
Distribution of rewards will cease after endBlock, but pendingConcur() will show increasing pending rewards because it does not account for endBlock.
