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

Function linearize_tx

bitcoin/tx.c:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435u8 *linearize_tx(const tal_t *ctx, const struct bitcoin_tx *tx)
436{
437 return linearize_wtx(ctx, tx->wtx);
438}
439
440u8 *linearize_wtx(const tal_t *ctx, const struct wally_tx *wtx)
441{

Callers 15

fmt_bitcoin_txFunction · 0.85
towire_bitcoin_txFunction · 0.85
bitcoin_tx_eqFunction · 0.85
tx_must_be_eqFunction · 0.85
tx_must_be_eqFunction · 0.85
report_htlcsFunction · 0.85
reportFunction · 0.85
handle_tx_broadcastFunction · 0.85
send_splice_txFunction · 0.85
json_add_txFunction · 0.85

Calls 1

linearize_wtxFunction · 0.85

Tested by 5

bitcoin_tx_eqFunction · 0.68
tx_must_be_eqFunction · 0.68
tx_must_be_eqFunction · 0.68
report_htlcsFunction · 0.68
reportFunction · 0.68