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

Function psbt_input_index

wallet/walletrpc.c:1082–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082static u32 psbt_input_index(const struct wally_psbt *psbt, size_t index)
1083{
1084 if (psbt->version == WALLY_PSBT_VERSION_0)
1085 return psbt->tx->inputs[index].index;
1086 return psbt->inputs[index].index;
1087}
1088
1089static u32 psbt_input_sequence(const struct wally_psbt *psbt, size_t index)
1090{

Callers 1

psbt_equivalentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected