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

Function psbt_rm_output

bitcoin/psbt.c:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void psbt_rm_output(struct wally_psbt *psbt,
295 size_t remove_at)
296{
297 int wally_err = wally_psbt_remove_output(psbt, remove_at);
298 assert(wally_err == WALLY_OK);
299}
300
301void psbt_input_add_pubkey(struct wally_psbt *psbt, size_t in,
302 const struct pubkey *pubkey, bool is_taproot)

Callers 5

mainFunction · 0.85
update_parent_psbtFunction · 0.85
run_tx_interactiveFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68