Skip to content

Commit

Permalink
fix(account): function documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MilGard91 committed Apr 20, 2022
1 parent 803b6dc commit 34a9779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/account/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ export class Account extends Provider implements AccountInterface {
}

/**
* Verify a signature of a JSON object
* Verify a signature of a given hash
* @warning This method is not recommended, use verifyMessage instead
*
* @param hash - JSON object to be verified
* @param signature - signature of the JSON object
Expand All @@ -274,8 +275,7 @@ export class Account extends Provider implements AccountInterface {
}

/**
* Verify a signature of a given hash
* @warning This method is not recommended, use verifyMessage instead
* Verify a signature of a JSON object
*
* @param hash - hash to be verified
* @param signature - signature of the hash
Expand Down

0 comments on commit 34a9779

Please sign in to comment.