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

Function psbt_rm_input

bitcoin/psbt.c:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void psbt_rm_input(struct wally_psbt *psbt,
185 size_t remove_at)
186{
187 int wally_err = wally_psbt_remove_input(psbt, remove_at);
188 assert(wally_err == WALLY_OK);
189}
190
191struct wally_psbt_output *psbt_add_output(struct wally_psbt *psbt,
192 struct wally_tx_output *output,

Callers 4

mainFunction · 0.85
mfc_cleanup_psbtFunction · 0.85
update_parent_psbtFunction · 0.85
run_tx_interactiveFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68