Skip to content

Release v1.0.1: Critical bugfixes for LND alerts (Correct Invoice Value and Channel Alias display).

Latest

Choose a tag to compare

@asyscom asyscom released this 21 Oct 12:55

Bugfixes Included

  1. 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).

  1. 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").