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

Function psbt_sort_by_serial_id

common/psbt_open.c:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void psbt_sort_by_serial_id(struct wally_psbt *psbt)
211{
212 sort_inputs(psbt);
213 sort_outputs(psbt);
214}
215
216#define ADD(type, add_to, from, index) \
217 do { \

Callers 3

psbt_get_changesetFunction · 0.85
run_tx_interactiveFunction · 0.85

Calls 2

sort_inputsFunction · 0.85
sort_outputsFunction · 0.85

Tested by

no test coverage detected