df-spec: consolidate dual-funding patches, update feerate protocol

We consolidate to the latest/singular RFC patch for dual-funding, so
there's just a single patchfile for the change. Plus we move back to the
opener setting the desired feerate, the accepter merely declines to
participate if they disagree with the set rate.
This commit is contained in:
niftynei
2021-03-02 15:02:24 -06:00
committed by Rusty Russell
parent 71164799f9
commit 31e3bdb42d
13 changed files with 256 additions and 457 deletions

View File

@@ -741,7 +741,7 @@ perform_fundpsbt(struct multifundchannel_command *mfc)
}
/* If we've got v2 opens, we need to use a min weight of 110. */
/* BOLT-78de9a79b491ae9fb84b1fdb4546bacf642dce87 #2
/* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #3:
* The minimum witness weight for an input is 110.
*/
if (dest_count(mfc, OPEN_CHANNEL) > 0) {