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

Function bitcoin_tx_finalize

bitcoin/tx.c:543–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void bitcoin_tx_finalize(struct bitcoin_tx *tx)
544{
545 elements_tx_add_fee_output(tx);
546 assert(bitcoin_tx_check(tx));
547}
548
549struct bitcoin_tx *bitcoin_tx_with_psbt(const tal_t *ctx, struct wally_psbt *psbt TAKES)
550{

Callers 9

grind_htlc_tx_feeFunction · 0.85
set_htlc_timeout_feeFunction · 0.85
commit_txFunction · 0.85
penalty_tx_createFunction · 0.85
onchaind_tx_unsignedFunction · 0.85
initial_commit_txFunction · 0.85
htlc_txFunction · 0.85
create_close_txFunction · 0.85
funding_txFunction · 0.85

Calls 2

bitcoin_tx_checkFunction · 0.85

Tested by

no test coverage detected