| 261 | } |
| 262 | |
| 263 | static inline struct amount_msat |
| 264 | gossmap_chan_htlc_min(const struct gossmap_chan *chan, const int dir) |
| 265 | { |
| 266 | return amount_msat(fp16_to_u64(chan->half[dir].htlc_min)); |
| 267 | } |
| 268 | |
| 269 | /* Remove a channel from the map (warning! realloc can move gossmap_chan |
| 270 | * and gossmap_node ptrs!) */ |
no test coverage detected