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
for the Event of channelClosed(channelId, userChannelId, counterpartyNodeId) any thoughts on adding an additional message item in there?
For instance i tried to open up a channel for 200k sats but saw in the logs that i needed a min 400k which had the message invalid funding_amount=200000 sat (min=400000 sat) which would be nice to bubble up to possibly display to a user as a reason they just saw a channel closed event in the UI when they tried opening the channel (so then they might retry opening the channel with the appropriate channel size above the min).
Just was wondering your thoughts on whether to begin with that was even a good idea or not-
The text was updated successfully, but these errors were encountered:
for the
Event
ofchannelClosed(channelId, userChannelId, counterpartyNodeId)
any thoughts on adding an additionalmessage
item in there?For instance i tried to open up a channel for 200k sats but saw in the logs that i needed a min 400k which had the message
invalid funding_amount=200000 sat (min=400000 sat)
which would be nice to bubble up to possibly display to a user as a reason they just saw a channel closed event in the UI when they tried opening the channel (so then they might retry opening the channel with the appropriate channel size above the min).Just was wondering your thoughts on whether to begin with that was even a good idea or not-
The text was updated successfully, but these errors were encountered: