mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
multifundchannel: where does this minimum weight appear in the BOLTs?
I can't find such a quote, and I'm not sure if this is correct? Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
7261810bd2
commit
68da238b31
@ -1422,7 +1422,7 @@ perform_fundpsbt(struct multifundchannel_command *mfc, u32 feerate)
|
||||
}
|
||||
|
||||
/* If we've got v2 opens, we need to use a min weight of 110. */
|
||||
/* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #3:
|
||||
/* BOLT-WHERE? #3:
|
||||
* The minimum witness weight for an input is 110.
|
||||
*/
|
||||
if (dest_count(mfc, OPEN_CHANNEL) > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user