(root)/ – Rev 35931
Rev 35930 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 35931 2026-03-03 07:57:14
- Author: amit
- Log message:
- Fix negative wallet double-count in createSDDirectOrder
Ignore negative wallet balance when calculating limit block amount.
blockLoan() already calls fundWallet() to cover negative balance independently.
Including negative wallet caused over-allocation, leaving residual pending_amount
on limit-blocked loans that could never be released.