Skip to content

Commit

Permalink
Update account.spec.move
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou committed Jan 15, 2025
1 parent deab4e0 commit 6a823bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion aptos-move/framework/aptos-framework/doc/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -2699,7 +2699,6 @@ Capability based functions for efficient use.


<pre><code><b>pragma</b> verify = <b>false</b>;
<b>pragma</b> aborts_if_is_partial;
</code></pre>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ spec aptos_framework::account {

spec module {
pragma verify = false;
pragma aborts_if_is_partial;


}

/// Only the address `@aptos_framework` can call.
Expand Down

0 comments on commit 6a823bf

Please sign in to comment.