Generated stub for notify_chain_mvt */
| 291 | { fprintf(stderr, "new_peer called!\n"); abort(); } |
| 292 | /* Generated stub for notify_chain_mvt */ |
| 293 | void notify_chain_mvt(struct lightningd *ld UNNEEDED, |
| 294 | const struct chain_coin_mvt *chain_mvt UNNEEDED, |
| 295 | u64 id UNNEEDED) |
| 296 | { fprintf(stderr, "notify_chain_mvt called!\n"); abort(); } |
| 297 | /* Generated stub for notify_channel_mvt */ |
| 298 | void notify_channel_mvt(struct lightningd *ld UNNEEDED, |
| 299 | const struct channel_coin_mvt *chan_mvt UNNEEDED, |
no test coverage detected