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
Currently our manual channel acceptance interface doesn't allow us to override any config defaults on a per channel basis, i.e., users can only accept or fail the inbound channel request, not set any specific parameters.
We should allow this.
The text was updated successfully, but these errors were encountered:
I guess we should add a trivial channel config update parameter to the channel acceptance method?
Yeah, that or breaking up the current config object into parts that are static and parts that can be changed by the acceptor at this point. FWIW, some refactoring there could also help users understand who determines what limits, for example.
Going down the route of adding a config override struct parameter to the accept methods, and from there see if the main config struct can be refactored in a nice way.
Currently our manual channel acceptance interface doesn't allow us to override any config defaults on a per channel basis, i.e., users can only accept or fail the inbound channel request, not set any specific parameters.
We should allow this.
The text was updated successfully, but these errors were encountered: