Do we have any values for this halfchannel ? */
| 169 | |
| 170 | /* Do we have any values for this halfchannel ? */ |
| 171 | static inline bool gossmap_chan_set(const struct gossmap_chan *chan, int dir) |
| 172 | { |
| 173 | return chan->cupdate_off[dir] != 0; |
| 174 | } |
| 175 | |
| 176 | /* Return capacity (in msat). */ |
| 177 | struct amount_msat gossmap_chan_get_capacity(const struct gossmap *map, |
no outgoing calls