Skip to content

Commit

Permalink
Merge pull request #16 from multiversx/rebranding-03
Browse files Browse the repository at this point in the history
Rename package: sdk-wallet
  • Loading branch information
andreibancioiu authored Jan 11, 2023
2 parents 2538954 + 6e2f2c3 commit 006991e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-wallet/crypto/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// In a future PR, improve versioning infrastructure for key-file objects in erdjs.
// In a future PR, improve versioning infrastructure for key-file objects.
export const Version = 4;
export const CipherAlgorithm = "aes-128-ctr";
export const DigestAlgorithm = "sha256";
Expand Down
4 changes: 2 additions & 2 deletions src-wallet/userWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class UserWallet {
* Copied from: https://github.com/multiversx/mx-deprecated-core-js/blob/v1.28.0/src/account.js#L76
* Notes: adjustements (code refactoring, no change in logic), in terms of:
* - typing (since this is the TypeScript version)
* - error handling (in line with erdjs's error system)
* - error handling (in line with sdk-core's error system)
* - references to crypto functions
* - references to object members
*
Expand All @@ -27,7 +27,7 @@ export class UserWallet {
* Copied from: https://github.com/multiversx/mx-deprecated-core-js/blob/v1.28.0/src/account.js#L42
* Notes: adjustements (code refactoring, no change in logic), in terms of:
* - typing (since this is the TypeScript version)
* - error handling (in line with erdjs's error system)
* - error handling (in line with sdk-core's error system)
* - references to crypto functions
* - references to object members
*
Expand Down

0 comments on commit 006991e

Please sign in to comment.