MCPcopy Create free account
hub / github.com/ElementsProject/lightning / psbt_output_weight

Function psbt_output_weight

openingd/dualopend.c:553–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553static size_t psbt_output_weight(struct wally_psbt *psbt,
554 size_t outnum)
555{
556 return (8 + psbt->tx->outputs[outnum].script_len +
557 varint_size(psbt->tx->outputs[outnum].script_len)) * 4;
558}
559
560static bool find_txout(struct wally_psbt *psbt, const u8 *wscript, u32 *funding_txout)
561{

Callers 1

check_balancesFunction · 0.85

Calls 1

varint_sizeFunction · 0.85

Tested by

no test coverage detected