| 439 | enum wallet_tx_type type); |
| 440 | |
| 441 | static inline bool channel_can_add_htlc(const struct channel *channel) |
| 442 | { |
| 443 | return channel->state == CHANNELD_NORMAL; |
| 444 | } |
| 445 | |
| 446 | static inline bool channel_fees_can_change(const struct channel *channel) |
| 447 | { |
no outgoing calls
no test coverage detected