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

Function psbt_rm_input

bitcoin/psbt.c:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void psbt_rm_input(struct wally_psbt *psbt,
255 size_t remove_at)
256{
257 int wally_err = wally_psbt_remove_input(psbt, remove_at);
258 assert(wally_err == WALLY_OK);
259}
260
261struct wally_psbt_output *psbt_add_output(struct wally_psbt *psbt,
262 struct wally_tx_output *output,

Callers 5

mainFunction · 0.85
unreserve_callFunction · 0.85
update_parent_psbtFunction · 0.85
run_tx_interactiveFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68