Skip to content

Commit

Permalink
verifier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos committed May 29, 2024
1 parent 04873c5 commit b48a610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aptos-move/framework/aptos-framework/sources/stake.spec.move
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@ spec aptos_framework::stake {
operator: address,
voter: address,
) {
// TODO: These function failed in github CI
pragma verify_duration_estimate = 120;

include ResourceRequirement;
let addr = signer::address_of(owner);
ensures global<ValidatorConfig>(addr) == ValidatorConfig {
Expand Down

0 comments on commit b48a610

Please sign in to comment.