Skip to content

Commit

Permalink
Merge pull request #2 from junkil-park/jpark/fix-prover-spec-pool-con…
Browse files Browse the repository at this point in the history
…version

Add a Prover mockup spec
  • Loading branch information
alexfilip2 authored Dec 18, 2024
2 parents a91cc3f + feb6a24 commit caa440e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -619,4 +619,12 @@ spec aptos_framework::staking_contract {
resource_addr
) && acc.guid_creation_num + 12 >= account::MAX_GUID_CREATION_NUM;
}

spec destroy_staking_contract(
staker: &signer,
operator: address,
): (u64, address, OwnerCapability, u64, Pool, SignerCapability) {
// TODO: temporary mockup
pragma verify = false;
}
}

0 comments on commit caa440e

Please sign in to comment.