Skip to content

Commit

Permalink
Update permissioned_signer.move
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou committed Jan 15, 2025
1 parent 62be1b3 commit 629e352
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ module aptos_framework::permissioned_signer {
)
}

/// Grant an unlimited permission to a permissioned signer **without** master signer's approval.
/// Grant an unlimited permission to a permissioned signer **without** master signer's approvoal.
public(package) fun grant_unlimited_with_permissioned_signer<PermKey: copy + drop + store>(
permissioned: &signer,
Expand Down

0 comments on commit 629e352

Please sign in to comment.