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

Send transaction that is sending to same address can bypass verification with an insufficient balance #3258

Open
CedrikNikita opened this issue Sep 11, 2024 · 2 comments
Assignees

Comments

@CedrikNikita
Copy link
Collaborator

aeternity/aepp-sdk-js#2016
Currently ConfirmTransactionSign component's logic is based on getExecutionCost, expecting it to calculate the amount correctly, but in the case described in the header the execution cost will be calculated to only fee. And the node would expect the sender to have the sending amount on his balance.

@smaroudasunicorn
Copy link
Collaborator

updating sdk will fix that

@dvdbak
Copy link
Collaborator

dvdbak commented Feb 19, 2025

Fixed on SDk 14 #3350 PR.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants