Skip to content

Commit

Permalink
Update pallets/handles/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Orris <1466844+mattheworris@users.noreply.github.com>
  • Loading branch information
rlaferla and mattheworris committed Aug 1, 2023
1 parent 71aeaa4 commit b8d04f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/handles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ pub mod pallet {

/// Changes the handle for a caller's MSA (Message Source Account) based on the provided payload.
/// This function performs several validations before claiming the handle, including checking
/// the size of the base_handle, ensuring the caller have valid MSA keys,
/// the size of the base_handle, ensuring the caller has valid MSA keys,
/// verifying the payload signature, and finally calling the internal `do_retire_handle` and `do_claim_handle` functions
/// to retire the current handle and claim the new one.
///
Expand Down

0 comments on commit b8d04f1

Please sign in to comment.