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
We have a lot of users who use LDK with a counterparty who is their LSP and they trust to not play games with dust limit/feerates and maybe even accept 0conf channels from. We should have an alternative UserConfig defaults constructor for these users which avoids a lot of pitfalls and accidental force-closures.
The text was updated successfully, but these errors were encountered:
Potentially relevant for async payments (cc #2298) as well, as LDK will need to know whether it is an often-offline sender/recipient when paying and generating offers respectively, as well as which of its counterparties are LSPs.
We have a lot of users who use LDK with a counterparty who is their LSP and they trust to not play games with dust limit/feerates and maybe even accept 0conf channels from. We should have an alternative
UserConfig
defaults constructor for these users which avoids a lot of pitfalls and accidental force-closures.The text was updated successfully, but these errors were encountered: