mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
We introduce a `Purpose` trait, which indicates what the operation is about. Currently there are two possibilities: - `FundingTx` - `FundingTxRbf` This allows for some nice factoring, but more importantly it will be complemented by a third possibility for splices. Note that this change preserves the original separation between two main concerns: - creating the funding tx (in `InteractiveTxParams`) - creating the commitment (in `InteractiveTxBuilder`). |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |