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
BackgroundProcessor::start takes an Option for the OnionMessenger which is quite annoying as it requires a concrete type for the OnionMessenger even when passing None. We should add a new constructor to make this easier for users.
The text was updated successfully, but these errors were encountered:
It might be a bit late to mention this, but given that we'll need to introduce similar variants for LiquidiityManager in/post #3509, I wonder if we should use a builder pattern or have the BP take a BackgroundProcessorConfig or similar?
Otherwise the API might get a bit messy if we add constructors for all combinations of parameters?
BackgroundProcessor::start
takes anOption
for theOnionMessenger
which is quite annoying as it requires a concrete type for theOnionMessenger
even when passingNone
. We should add a new constructor to make this easier for users.The text was updated successfully, but these errors were encountered: