satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
191 stars 59 forks source link

Fix wrong spendable balance for accounts with too many open orders #1228

Closed ebma closed 3 years ago

ebma commented 3 years ago

Changes the way the minimum account balance is calculated. Instead of using the number of open offers for calculating the base reserve, the subentry_count is used.

Closes #1223.