Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ linearize_tx
Function
linearize_tx
bitcoin/tx.c:423–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
u8 *linearize_tx(const tal_t *ctx, const struct bitcoin_tx *tx)
424
{
425
return linearize_wtx(ctx, tx->wtx);
426
}
427
428
u8 *linearize_wtx(const tal_t *ctx, const struct wally_tx *wtx)
429
{
Callers
12
fmt_bitcoin_tx
Function · 0.85
towire_bitcoin_tx
Function · 0.85
bitcoin_tx_eq
Function · 0.85
tx_must_be_eq
Function · 0.85
tx_must_be_eq
Function · 0.85
report_htlcs
Function · 0.85
report
Function · 0.85
broadcast_tx
Function · 0.85
json_add_tx
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
linearize_wtx
Function · 0.85
Tested by
5
bitcoin_tx_eq
Function · 0.68
tx_must_be_eq
Function · 0.68
tx_must_be_eq
Function · 0.68
report_htlcs
Function · 0.68
report
Function · 0.68