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

Transaction Execution Result Is Incorrect When Transfer Amount Is Small #11

Open
raindust opened this issue Aug 26, 2024 · 0 comments
Open

Comments

@raindust
Copy link
Collaborator

This issue can be reproduced in the reorg_works unit test. If the transfer amount is set below a certain threshold (e.g., changing SLOT1_TO_CHARLIE to 200,000), the sender’s remaining balance after the transaction does not match the expected value. Specifically, Alice’s balance after the transaction is ALICE_INIT_BALANCE - FEE instead of the expected ALICE_INIT_BALANCE - SLOT1_TO_CHARLIE - FEE.

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

No branches or pull requests

2 participants
@raindust and others