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

Function elements_tx_output_is_fee

bitcoin/tx.c:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool elements_tx_output_is_fee(const struct bitcoin_tx *tx, int outnum)
115{
116 return elements_wtx_output_is_fee(tx->wtx, outnum);
117}
118
119struct amount_sat bitcoin_tx_compute_fee_w_inputs(const struct bitcoin_tx *tx,
120 struct amount_sat input_val)

Callers 2

Calls 1

Tested by

no test coverage detected