Files
pallectrum/electrum
Davide Grilli 8448b2d697 Fix(qml): Real-time balance updates for confirmations and coinbase maturity
This commit fixes two critical balance update issues in the Android app:

1. Added balanceChanged.emit() on blockchain_updated event
   - Fixes coinbase outputs not showing when they mature (120 blocks)
   - Ensures balance updates when new blocks arrive
   - Resolves issue where only partial mining rewards were displayed

2. Fixed typo: satInt → satsInt in BalanceDetails.qml
   - Lightning swap button now works correctly

Related to previous fix on tx_height_changed event handler.
2025-12-07 10:47:38 +01:00
..
2025-08-23 18:59:14 +00:00
2025-11-11 16:51:31 +00:00
2025-11-03 14:07:58 +01:00
2025-10-31 14:50:25 +01:00
2025-08-08 14:34:53 +00:00
2025-09-13 23:12:44 -04:00