Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wallet] Change decrypt and encrypt methods to not mutate the object, but rather make them pure functions #5007

Closed
stringhandler opened this issue Dec 7, 2022 · 0 comments
Assignees

Comments

@stringhandler
Copy link
Collaborator

No description provided.

@stringhandler stringhandler added this to the Stagenet Freeze milestone Dec 7, 2022
stringhandler pushed a commit that referenced this issue Jan 10, 2023
Description
---
Wallet encryption and decryption is now done via pure methods, instead of mutating in place the required fields, see #5007.

Motivation and Context
---
Address issue #5007.

How Has This Been Tested?
---
Existing unit tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants