| 741 | /* Fee a commitment transaction would currently cost */ |
| 742 | static struct amount_sat commit_txfee(const struct channel *channel, |
| 743 | struct amount_msat amount, |
| 744 | enum side side) |
| 745 | { |
| 746 | /* FIXME: make per-channel htlc maps! */ |
no outgoing calls
no test coverage detected