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

DASH-1194 implement encrypt content method #2

Merged
merged 4 commits into from
Feb 19, 2025

Conversation

trukhilio
Copy link
Contributor

No description provided.

@trukhilio trukhilio requested a review from andreyvEze February 18, 2025 13:15
@trukhilio trukhilio force-pushed the DASH-1194-implement-encrypt-content-method branch from cb5e479 to d31e12c Compare February 18, 2025 13:21

expect(decryptResult.memo).toEqual(encryptContentParams.content.memo);
expect(decryptResult.amount).toEqual(encryptContentParams.content.amount);
expect(decryptResult.payee_public_address).toEqual(wallet1.publicKey);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add all other params check

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@trukhilio trukhilio force-pushed the DASH-1194-implement-encrypt-content-method branch from b801cb2 to 8b30a3b Compare February 19, 2025 12:43
@trukhilio trukhilio merged commit 3557377 into develop Feb 19, 2025
@trukhilio trukhilio deleted the DASH-1194-implement-encrypt-content-method branch February 19, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants