You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue can be reproduced in the
reorg_works
unit test. If the transfer amount is set below a certain threshold (e.g., changingSLOT1_TO_CHARLIE
to200,000
), the sender’s remaining balance after the transaction does not match the expected value. Specifically, Alice’s balance after the transaction isALICE_INIT_BALANCE - FEE
instead of the expectedALICE_INIT_BALANCE - SLOT1_TO_CHARLIE - FEE
.The text was updated successfully, but these errors were encountered: