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

Function elements_tx_output_is_fee

bitcoin/tx.c:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool elements_tx_output_is_fee(const struct bitcoin_tx *tx, int outnum)
105{
106 return elements_wtx_output_is_fee(tx->wtx, outnum);
107}
108
109struct amount_sat bitcoin_tx_compute_fee_w_inputs(const struct bitcoin_tx *tx,
110 struct amount_sat input_val)

Callers 2

Calls 1

Tested by

no test coverage detected