dual-fund: update to latest, add in updates to rbf amounts

You can now pick a different amount during the RBF phase
This commit is contained in:
niftynei
2022-07-14 12:52:47 -05:00
committed by Rusty Russell
parent ad249607d6
commit 4da0d6230e
4 changed files with 89 additions and 36 deletions

View File

@@ -171,9 +171,9 @@ static const struct dependency feature_deps[] = {
/* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9:
* Name | Description | Context | Dependencies |
* ...
* `option_dual_fund` | ... | ... | `option_anchor_outputs`
* `option_dual_fund` | ... | ... | `option_static_remotekey`
*/
{ OPT_DUAL_FUND, OPT_ANCHOR_OUTPUTS },
{ OPT_DUAL_FUND, OPT_STATIC_REMOTEKEY },
/* BOLT-route-blinding #9:
* Name | Description | Context | Dependencies |
* ...