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

Function bitcoin_tx_input_get_txid

bitcoin/tx.c:367–372  ·  view source on GitHub ↗

FIXME: remove */

Source from the content-addressed store, hash-verified

365
366/* FIXME: remove */
367void bitcoin_tx_input_get_txid(const struct bitcoin_tx *tx, int innum,
368 struct bitcoin_txid *out)
369{
370 assert(innum < tx->wtx->num_inputs);
371 wally_tx_input_get_txid(&tx->wtx->inputs[innum], out);
372}
373
374void bitcoin_tx_input_get_outpoint(const struct bitcoin_tx *tx,
375 int innum,

Callers 3

replace_penalty_tx_to_usFunction · 0.85
json_transaction_detailsFunction · 0.85
filter_block_txsFunction · 0.85

Calls 1

wally_tx_input_get_txidFunction · 0.85

Tested by

no test coverage detected