Skip to content

Commit

Permalink
Revert comment outted pre condition
Browse files Browse the repository at this point in the history
  • Loading branch information
axiongsupra committed Dec 5, 2024
1 parent 565c1a3 commit dc3c47e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,9 @@ spec supra_framework::staking_contract {
requires exists<staking_config::StakingRewardsConfig>(
@supra_framework
) || !std::features::spec_periodical_reward_rate_decrease_enabled();
// requires exists<stake::ValidatorFees>(@supra_framework);
requires exists<stake::ValidatorFees>(@supra_framework);
requires exists<supra_framework::timestamp::CurrentTimeMicroseconds>(@supra_framework);
// requires exists<stake::SupraCoinCapabilities>(@supra_framework);
requires exists<stake::SupraCoinCapabilities>(@supra_framework);
}

spec schema CreateStakePoolAbortsIf {
Expand Down

0 comments on commit dc3c47e

Please sign in to comment.