| 112 | } |
| 113 | |
| 114 | bool 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 | |
| 119 | struct amount_sat bitcoin_tx_compute_fee_w_inputs(const struct bitcoin_tx *tx, |
| 120 | struct amount_sat input_val) |
no test coverage detected