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

Function psbt_rm_output

bitcoin/psbt.c:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void psbt_rm_output(struct wally_psbt *psbt,
229 size_t remove_at)
230{
231 int wally_err = wally_psbt_remove_output(psbt, remove_at);
232 assert(wally_err == WALLY_OK);
233}
234
235void psbt_input_add_pubkey(struct wally_psbt *psbt, size_t in,
236 const struct pubkey *pubkey)

Callers 4

mainFunction · 0.85
update_parent_psbtFunction · 0.85
run_tx_interactiveFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68