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
Introduce CurrencyConversion in Flow and ChannelManager
Following the introduction of the `CurrencyConversion` trait, this
commit integrates it into the `Flow` and `ChannelManager` as a
required parameter.
This change enables users to supply their own fiat-to-msat conversion
logic when constructing the Flow or ChannelManager, making synchronised
currency handling fully customizable at the application level.
0 commit comments