| 171 | } |
| 172 | |
| 173 | void towire_changed_htlc(u8 **pptr, const struct changed_htlc *changed) |
| 174 | { |
| 175 | towire_htlc_state(pptr, changed->newstate); |
| 176 | towire_u64(pptr, changed->id); |
| 177 | } |
| 178 | |
| 179 | void towire_side(u8 **pptr, const enum side side) |
| 180 | { |
no test coverage detected