Skip to content

Commit

Permalink
Merge pull request #123 from massalabs/patch_version_
Browse files Browse the repository at this point in the history
patch
  • Loading branch information
Ben-Rey authored Aug 24, 2023
2 parents 01f8c71 + 37b02f7 commit b770a99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@massalabs/wallet-provider",
"version": "1.3.2",
"version": "1.3.3",
"description": "massa's wallet provider",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/account/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class Account implements IAccount {
* This method aims to sign a message.
*
* @param data - The message to be signed.
* @returns An IAccountSignResponse object. It contains the signature of the message.
* @returns An IAccountSignOutput object. It contains the signature of the message.
*/
public async sign(data: Buffer | Uint8Array): Promise<IAccountSignOutput> {
return new Promise<IAccountSignOutput>((resolve, reject) => {
Expand Down

0 comments on commit b770a99

Please sign in to comment.