Skip to content

Commit

Permalink
multifundchannel: where does this minimum weight appear in the BOLTs?
Browse files Browse the repository at this point in the history
I can't find such a quote, and I'm not sure if this is correct?

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Mar 18, 2024
1 parent aaac4c2 commit 910a031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/spender/multifundchannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,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) {
Expand Down

0 comments on commit 910a031

Please sign in to comment.