forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced
spec_address_of
with address_of
- `spec_address_of` is a native spec function which now can be replaced by `address_of` - `address_of` is a pure Move function which can be used in spec as well. - This PR updates some parts of `boogie-backend` which depends `spec_address_of` - by using `$addr#$signer()` instead of `$1_Signer_spec_address_of` Closes: aptos-labs#9261
- Loading branch information
1 parent
905fd8c
commit a63302b
Showing
115 changed files
with
2,723 additions
and
557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.