Release v1.0.1: Critical bugfixes for LND alerts (Correct Invoice Value and Channel Alias display).
LatestBugfixes Included
- Corrected Invoice Settlement Value
Issue: The alert for settled invoices (💰 Invoice Settled) was incorrectly displaying the internal invoice index (r_hash) instead of the actual amount, resulting in messages like "Invoice Settled: 7".
Fix: The code now correctly extracts and displays the value of the settled invoice, formatted with comma separators (e.g., 17,500 sats).
- Channel Opening Alias Display
Issue: The alert for a new channel opening (🔔 Channel Opened) was only showing the remote node's raw public key (or a truncated version) instead of the known alias, making immediate identification impossible.
Fix: The code now explicitly calls get_alias_for_pubkey for the new channel partner, ensuring the alert displays the partner's recognized alias (e.g., "Channel Opened with AwesomeNode").