Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
void 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_changeset
Function · 0.85
perform_openchannel_update
Function · 0.85
run_tx_interactive
Function · 0.85
Calls
2
sort_inputs
Function · 0.85
sort_outputs
Function · 0.85
Tested by
no test coverage detected