windranger-io / windranger-treasury

Apache License 2.0
16 stars 7 forks source link

[Bug] cannot pause/unpause staking pool #371

Closed aodhgan closed 2 years ago

aodhgan commented 2 years ago

need to expose the StakingPool pause()/unpause() functionality thru the StakingPoolMediator. This was missed in the unit tests because the staking pools were directly created and not via createManagedStakingPools()

aodhgan commented 2 years ago

mistaken: these functions are included as part of the StakingPoolCurator, which the StakingPoolMediator inherits