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

Fix transferFrozen function when the frozen balance exceeds the free balance #68

Merged
merged 3 commits into from
Mar 18, 2024

Conversation

igorsenych-cw
Copy link
Collaborator

@igorsenych-cw igorsenych-cw commented Mar 15, 2024

Description

In the current implementation of the transferFrozen function, it reverts with the error TransferExceededFrozenAmount in a situation where the frozen account balance exceeds the free balance. This PR solved this issue.

Test coverage

New functionality was fully covered with tests

@igorsenych-cw igorsenych-cw merged commit 0858ec4 into main Mar 18, 2024
7 checks passed
@igorsenych-cw igorsenych-cw deleted the transfer-frozen-fix branch March 18, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants