| 149 | } |
| 150 | |
| 151 | void towire_changed_htlc(u8 **pptr, const struct changed_htlc *changed) |
| 152 | { |
| 153 | towire_htlc_state(pptr, changed->newstate); |
| 154 | towire_u64(pptr, changed->id); |
| 155 | } |
| 156 | |
| 157 | void towire_side(u8 **pptr, const enum side side) |
| 158 | { |
no test coverage detected