You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#6978 where BOLT11 invoice annotations were lost after lightning
node restart due to broken linkage between HTLCs and payment records.
Add payment_id column to channel_htlcs table with proper foreign key
relationship to maintain HTLC-payment linkage through restarts.
0 commit comments