-
-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Description
MMEX version:
- 1.5.20
- 1.5.21
- 1.6.0
- 1.6.1 Beta
- Other (please specify)
Note: bug reporters are expected to have verified the bug still exists
either in the last stable version of MMEX or on updated development code
(master branch).
Operating System:
- Windows
- Mac OSX
- Linux
Description of the bug
A transfer created from the target account page leads to an incorrect check for minimum balance (and credit limit).
In fact, the balance used for the calculation is the target account one.
Reproduction
Is the bug reproducible?
- Always
- Randomly
- Happened only once
Reproduction steps:
- Make sure to define a minimum balance for an account (account1)
- Navigate to a different account page (account2)
- Create a new transaction (or duplicate an existing one)
- Change the transaction type to transfer
- Change the source account to account1
- Change the target account to account2
- Apply
Expected result:
The minimum balance check is performed against the source account balance.
Actual result:
The minimum balance check is performed against the target account balance.
Additional information
If you have a backtrace for a crash or a warning, paste it here.