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
feat: propagate LDK error details in ChannelCreationFailed
Include the actual LDK APIError message in ChannelCreationFailed
instead of discarding it with a generic "Failed to create channel."
message. This surfaces rejection reasons (e.g., minimum channel size,
insufficient funds) to the UI.
Remove Copy derive from Error enum (replaced with Clone) to support
String field on ChannelCreationFailed variant.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments