ghoul-sol / treasure-staking

10 stars 1 forks source link

Fix: [Q-8] In NftHandler modifiers canStake and canUnstake should revert #92

Closed ghoul-sol closed 2 years ago

ghoul-sol commented 2 years ago

canStake reverts when stakingRules are not set making it impossible to stake tokens without proper configuration. canUnstake does not revert so it's possible to unstake tokens when the configuration is missing.