| 102 | } |
| 103 | |
| 104 | bool 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 | |
| 109 | struct amount_sat bitcoin_tx_compute_fee_w_inputs(const struct bitcoin_tx *tx, |
| 110 | struct amount_sat input_val) |
no test coverage detected