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 1b0b268 commit 62be1b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ 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 62be1b3

Please sign in to comment.